Re-add missing WORKDIR statement
This commit is contained in:
parent
e151f2f2fa
commit
21f0c86936
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -buildvcs=false -installsuffix cgo -ldf
|
|||
FROM golang:1
|
||||
|
||||
COPY --from=builder /build/main /main
|
||||
WORKDIR /run
|
||||
|
||||
CMD ["/main"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue