🚧 working on deploy
This commit is contained in:
parent
89334bfeb9
commit
0a5a2e4c0b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
FROM golang:1.19
|
||||
|
||||
# Set destination for COPY
|
||||
WORKDIR /app
|
||||
WORKDIR /cmd
|
||||
|
||||
# Download Go modules
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Reference in a new issue