Skip to content

Commit

Permalink
fix: correct flag to optimize build
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiobotaro authored Apr 8, 2021
1 parent b3e8d9c commit b0fb43e
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 @@ -5,7 +5,7 @@ COPY go.mod .
COPY go.sum .
RUN go mod download
COPY ./ /vim-bootstrap
RUN go install -ldflags "-s -s" ./...
RUN go install -ldflags "-w -s" ./...

FROM alpine:3.9
LABEL mantainer="[email protected]"
Expand Down

0 comments on commit b0fb43e

Please sign in to comment.