Skip to content

Commit

Permalink
Don't download go deps separately
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasaky committed Nov 7, 2024
1 parent 816cb26 commit ab9deff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT

WORKDIR $APP_ROOT/src/
ADD go.mod go.sum $APP_ROOT/src/
RUN go mod download

# Add source code
ADD ./ $APP_ROOT/src/
Expand Down

0 comments on commit ab9deff

Please sign in to comment.