In the end, the server's main drive "/" is used up to 100%...

This commit is contained in:
吳元皓 2025-05-15 11:48:07 +08:00
parent 05e5b722fb
commit f740f671d1

View File

@ -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