We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3176fa4 commit 435b5a0Copy full SHA for 435b5a0
Dockerfile
@@ -1,6 +1,7 @@
1
FROM golang:1.22.4 AS base
2
+RUN mkdir /app
3
WORKDIR /app
-ADD . /app/
4
+COPY . /app/
5
RUN go mod download
6
RUN make build
7
FROM alpine AS release
0 commit comments