Updated Dockerfile

This commit is contained in:
Kizuren 2025-09-02 01:02:18 +02:00
parent b3ca79c728
commit edc5386c6d

View file

@ -17,7 +17,7 @@ COPY --from=builder /app/.output /app/.output
COPY --from=builder /app/package.json ./
COPY --from=builder /app/bun.lock ./
RUN bun install --production
RUN bun install
EXPOSE 3000
CMD ["bun", ".output/server/index.mjs"]