update dockerfile
This commit is contained in:
parent
6c7b1e98e3
commit
566f8a7b8c
1 changed files with 1 additions and 10 deletions
|
|
@ -4,13 +4,4 @@ WORKDIR /App
|
||||||
ADD . /App
|
ADD . /App
|
||||||
RUN go build
|
RUN go build
|
||||||
|
|
||||||
WORKDIR /App/createboltcard
|
|
||||||
RUN go get github.com/skip2/go-qrcode
|
|
||||||
RUN go build
|
|
||||||
|
|
||||||
WORKDIR /App/wipeboltcard
|
|
||||||
RUN go build
|
|
||||||
|
|
||||||
WORKDIR /App
|
|
||||||
|
|
||||||
ENTRYPOINT ["/App/boltcard"]
|
ENTRYPOINT ["/App/boltcard"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue