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 4f53fa7 commit ced493cCopy full SHA for ced493c
test/jquery_example/Dockerfile
@@ -1,8 +1,8 @@
1
# build
2
FROM golang:1.20 AS builder
3
WORKDIR /sample-ui/
4
-# cache dependencies
5
-COPY go.mod go.sum ./
+# cache dependencies (no go.sum in this project)
+COPY go.mod ./
6
RUN go mod download
7
# now build the whole thing
8
COPY . .
0 commit comments