Skip to content

Commit

Permalink
build: do not double copy source files in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Dec 18, 2023
1 parent 0acd655 commit d85cb76
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 @@ -9,7 +9,6 @@ RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/
&& chmod +x /usr/local/bin/dumb-init

WORKDIR /go/src/app
COPY . /go/src/app

COPY go.mod go.sum ./
RUN go mod download -x
Expand Down

0 comments on commit d85cb76

Please sign in to comment.