Skip to content

Commit

Permalink
Try to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jul 5, 2024
1 parent 471bf5b commit 25d2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/docker/production/Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN if [ "${ALREADY_BUILT}" = 0 ]; then \
echo "Do not build application inside Docker because of ALREADY_BUILT build argument"; \
fi; \
rm -rf ./node_modules ./client/node_modules ./client/.angular \
&& yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \
&& NOCLIENT=1 yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \
&& yarn cache clean

USER root
Expand Down

0 comments on commit 25d2580

Please sign in to comment.