Skip to content

Commit

Permalink
[docker] Make verbose on go mod download command.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhoang1107 committed Aug 19, 2023
1 parent dd6d94b commit 4bf945a
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 @@ -15,7 +15,7 @@ RUN apk --no-cache add build-base git nodejs npm
#Setup repo
COPY go.mod go.sum ${GOPATH}/src/code.gitea.io/gitea/
WORKDIR ${GOPATH}/src/code.gitea.io/gitea
RUN go mod download
RUN go mod download -x
COPY . .

#Checkout version if set
Expand Down

0 comments on commit 4bf945a

Please sign in to comment.