1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Fix raw docker build

This commit is contained in:
Chocobozzz 2025-03-05 09:14:52 +01:00
parent eba4d4a24b
commit 4e5b7bf68b
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -29,8 +29,7 @@ USER peertube
# Install manually client dependencies to apply our network timeout option
RUN if [ "${ALREADY_BUILT}" = 0 ]; then \
cd client && npm run install-node-dependencies -- --network-timeout 1200000 && cd ../ \
&& npm run install-node-dependencies -- --network-timeout 1200000 \
npm run install-node-dependencies -- --network-timeout 1200000 \
&& npm run build; \
else \
echo "Do not build application inside Docker because of ALREADY_BUILT build argument"; \