Update Dockerfile

This commit is contained in:
2025-12-08 18:00:27 +09:00
parent 5a8f93d7ff
commit 6ddb3b84f4
+1 -1
View File
@@ -15,7 +15,7 @@ RUN ~/.bun/bin/bun install
ENV NODE_ENV=production ENV NODE_ENV=production
COPY ./src ./src COPY ./src ./src
RUN bun build \ RUN ~/.bun/bin/bun build \
--compile \ --compile \
--minify-whitespace \ --minify-whitespace \
--minify-syntax \ --minify-syntax \