Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2022
1 parent 5ef0f3b commit 8ac8f54
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 @@ -5,7 +5,7 @@ ENV DOCKER_BUILDKIT=1
#
WORKDIR /app
COPY go.mod ./
COPY main.go ./
COPY . .
#
#COPY go.sum ./
#RUN go mod tidy
Expand Down

0 comments on commit 8ac8f54

Please sign in to comment.