From f740f671d1892e1adc7e7983e22b3c045a408fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Thu, 15 May 2025 11:48:07 +0800 Subject: [PATCH] In the end, the server's main drive "/" is used up to 100%... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b32246..1ac5542 100755 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ # Copy build outputs from builder COPY --from=builder /app/.output /app/.output - RUN bun install + RUN bun install --production EXPOSE 3000