mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Updated Dockerfile
This commit is contained in:
parent
b3ca79c728
commit
edc5386c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue