From b641e37f1463a6d0961fa57e6fa0e04aec0bf59f Mon Sep 17 00:00:00 2001 From: harryzcy Date: Tue, 2 May 2023 15:27:39 -0400 Subject: [PATCH] Remove go build debugging info (#258) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd2f89b5c8..4fdbb0ca81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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