diff --git a/Dockerfile b/Dockerfile index c496f80..5aefae4 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 --ignore-scripts +RUN CI=true pnpm prune --prod --ignore-scripts # Remove .git folder to save space RUN rm -rf .git