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:
parent
eba4d4a24b
commit
4e5b7bf68b
1 changed files with 1 additions and 2 deletions
|
@ -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"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue