Skip to content

Commit ced493c

Browse files
committed
no go.sum in jquery example
Signed-off-by: Dmitry Ledentsov <[email protected]>
1 parent 4f53fa7 commit ced493c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jquery_example/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# build
22
FROM golang:1.20 AS builder
33
WORKDIR /sample-ui/
4-
# cache dependencies
5-
COPY go.mod go.sum ./
4+
# cache dependencies (no go.sum in this project)
5+
COPY go.mod ./
66
RUN go mod download
77
# now build the whole thing
88
COPY . .

0 commit comments

Comments
 (0)