Dockerify

This commit is contained in:
2024-11-22 16:52:23 -06:00
parent 7249e08f84
commit 1403a756f7
4 changed files with 36 additions and 4 deletions

View File

@ -9,7 +9,6 @@ RUN go mod download
COPY . .
# Note: CGO_ENABLED=1 is default, so we don't need to explicitly set it
RUN go build -ldflags="-s -w" -o /go/bin/app
# Final stage