mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix dockerfile
This commit is contained in:
@@ -57,7 +57,7 @@ USER peertube
|
||||
RUN yarn install --pure-lockfile \
|
||||
&& npm run build \
|
||||
&& rm -r ./node_modules ./client/node_modules \
|
||||
&& yarn install --pure-lockfile --production
|
||||
&& yarn install --pure-lockfile --production \
|
||||
&& yarn cache clean
|
||||
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user