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 94fb226 commit 4efd678Copy full SHA for 4efd678
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