Skip to content

Commit

Permalink
mod download instead of tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
imperfect-fourth committed Jan 13, 2025
1 parent f099ba3 commit 30380e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /app
COPY go.mod go.sum ./

# Download dependencies
RUN go mod tidy
RUN go mod download

# Copy the source code
COPY . .
Expand Down

0 comments on commit 30380e0

Please sign in to comment.