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