diff --git a/Dockerfile b/Dockerfile index 534dadf..c496f80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN pnpm ui:install RUN pnpm ui:build # Remove devDependencies to reduce size -RUN pnpm prune --prod +RUN pnpm prune --prod --ignore-scripts # Remove .git folder to save space RUN rm -rf .git