🚧 working on deploy

This commit is contained in:
haraldnilsen 2024-01-12 21:43:04 +01:00
parent 89334bfeb9
commit 0a5a2e4c0b

View file

@ -3,7 +3,7 @@
FROM golang:1.19
# Set destination for COPY
WORKDIR /app
WORKDIR /cmd
# Download Go modules
COPY go.mod go.sum ./