We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be38efa commit 9e493d0Copy full SHA for 9e493d0
basket.Dockerfile
@@ -19,7 +19,8 @@ WORKDIR /app/apps/basket
19
20
RUN bun build \
21
--compile \
22
- --minify \
+ --minify-whitespace \
23
+ --minify-syntax \
24
--target bun \
25
--outfile /app/server \
26
--sourcemap \
uptime.Dockerfile
@@ -16,7 +16,8 @@ ENV NODE_ENV=production
16
17
18
--outfile server \
0 commit comments