Skip to content

Commit

Permalink
v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepanshuRohilla15 committed Sep 2, 2024
1 parent 0b80930 commit 1e7c79b
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 @@ -4,7 +4,7 @@ FROM golang:1.20 AS builder
# Set the working directory
WORKDIR /app

COPY go.mod go.sum ./
COPY go.mod ./
RUN go mod download

COPY *.go ./
Expand Down

0 comments on commit 1e7c79b

Please sign in to comment.