From 31510c13627184b0749eafd870a08384bb06eef2 Mon Sep 17 00:00:00 2001 From: nichenqin Date: Fri, 29 Nov 2024 10:24:00 +0800 Subject: [PATCH] chore: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f35d25f82..f4018f441 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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