diff --git a/Dockerfile b/Dockerfile index d5394f596..aa0df5d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,6 @@ RUN corepack enable RUN yarn install --immutable -RUN yarn build +RUN CI=true yarn build -ENTRYPOINT ["docker-entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["docker-entrypoint.sh"]