Skip to content

Commit

Permalink
add workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
VoVaVc committed May 28, 2023
1 parent 56759f8 commit 8044d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM golang:1.20.4 as builder

WORKDIR /
COPY go.mod /
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /app
Expand Down

0 comments on commit 8044d08

Please sign in to comment.