Skip to content

Commit

Permalink
no go.sum in jquery example
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Ledentsov <[email protected]>
  • Loading branch information
d-led committed Mar 1, 2023
1 parent 4f53fa7 commit ced493c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jquery_example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# build
FROM golang:1.20 AS builder
WORKDIR /sample-ui/
# cache dependencies
COPY go.mod go.sum ./
# cache dependencies (no go.sum in this project)
COPY go.mod ./
RUN go mod download
# now build the whole thing
COPY . .
Expand Down

0 comments on commit ced493c

Please sign in to comment.