Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Dec 29, 2024
1 parent 3c779f8 commit 169884c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM golang:1.23

WORKDIR /usr/src/app

COPY go.mod go.sum ./
COPY go.mod ./
# COPY go.mod go.sum ./
RUN go mod download && go mod verify

COPY . .
Expand Down

0 comments on commit 169884c

Please sign in to comment.