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 a12af50 commit e92e9c5Copy full SHA for e92e9c5
Dockerfile
@@ -1,6 +1,8 @@
1
FROM ghcr.io/blinklabs-io/go:1.22.7-1 AS build
2
3
WORKDIR /code
4
+COPY go.* .
5
+RUN go mod download
6
COPY . .
7
RUN make build
8
0 commit comments