Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Nov 29, 2024
1 parent 1303e7c commit 31510c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV NODE_ENV=production
ENV PORT=3721
RUN bun run build:docker

RUN rm -rf node_modules
RUN bunx rimraf node_modules
RUN bun install --production

# Add Tini init-system
Expand Down

0 comments on commit 31510c1

Please sign in to comment.