Skip to content

Commit

Permalink
Removed copying go.sum in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Apr 21, 2022
1 parent 06d823d commit 8fda2f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM golang:1.16-alpine as build
WORKDIR /app

COPY go.mod ./
COPY go.sum ./

RUN go mod download

Expand Down

0 comments on commit 8fda2f1

Please sign in to comment.