Fixed docker

This commit is contained in:
Kizuren 2025-12-09 02:08:38 +01:00
parent 8729e57def
commit 6e9e30f82c
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/next.config.ts ./next.config.ts
RUN bun install --production
RUN bun add typescript
EXPOSE 3000
CMD ["bun", "run", "start"]