Skip to content

Commit 929cf84

Browse files
docker fix
1 parent c3bb704 commit 929cf84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
From golang:1.21
22

3-
WORKDIR /go/src/app
3+
FROM golang:1.21
4+
5+
# Set destination for COPY
6+
WORKDIR /app
47

58
COPY . .
69

0 commit comments

Comments
 (0)