mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 02:00:35 -06:00
Try to fix ARM docker builds
This commit is contained in:
parent
d0800f7661
commit
a24bf4dc65
@ -16,7 +16,9 @@ WORKDIR /app
|
||||
|
||||
USER peertube
|
||||
|
||||
RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \
|
||||
# Install manually client dependencies to apply our network timeout option
|
||||
RUN cd client && yarn install --pure-lockfile --network-timeout 1200000 && cd ../ \
|
||||
&& yarn install --pure-lockfile --network-timeout 1200000 \
|
||||
&& npm run build \
|
||||
&& rm -r ./node_modules ./client/node_modules ./client/.angular \
|
||||
&& yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \
|
||||
|
Loading…
Reference in New Issue
Block a user