**Try** to fix docker compose?

This commit is contained in:
yuanhau 2025-05-15 11:42:14 +08:00
parent ef163b6174
commit 05e5b722fb

View file

@ -29,7 +29,7 @@
# Copy build outputs from builder
COPY --from=builder /app/.output /app/.output
RUN bun install --production
RUN bun install
EXPOSE 3000