Skip to content

Commit 31510c1

Browse files
committed
chore: update dockerfile
1 parent 1303e7c commit 31510c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV NODE_ENV=production
2222
ENV PORT=3721
2323
RUN bun run build:docker
2424

25-
RUN rm -rf node_modules
25+
RUN bunx rimraf node_modules
2626
RUN bun install --production
2727

2828
# Add Tini init-system

0 commit comments

Comments
 (0)