Skip to content

Commit

Permalink
Remove go build debugging info (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored May 2, 2023
1 parent 18c84b7 commit b641e37
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 @@ -14,7 +14,7 @@ RUN set -ex && \
-X 'github.com/harryzcy/mailbox-browser/bff/transport/rest/misc.version=${BUILD_VERSION}' \
-X 'github.com/harryzcy/mailbox-browser/bff/transport/rest/misc.commit=${BUILD_COMMIT}' \
-X 'github.com/harryzcy/mailbox-browser/bff/transport/rest/misc.buildDate=${BUILD_DATE}' \
" \
-w -s" \
-o /bin/bff

FROM node:18.16.0-alpine3.17 as web-builder
Expand Down

0 comments on commit b641e37

Please sign in to comment.