Skip to content

Commit

Permalink
Remove not effective -mod=mod in build
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son committed Jul 27, 2023
1 parent 3fe0e47 commit 2578896
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 @@ -18,7 +18,7 @@ WORKDIR /go/src/github.com/cloud-barista/cb-tumblebug

WORKDIR src

RUN go build -mod=mod -ldflags '-w -extldflags "-static"' -tags cb-tumblebug -o cb-tumblebug -v
RUN go build -ldflags '-w -extldflags "-static"' -tags cb-tumblebug -o cb-tumblebug -v

#############################################################
## Stage 2 - Application Setup
Expand Down

0 comments on commit 2578896

Please sign in to comment.