repeair peertube

This commit is contained in:
Dryusdan 2018-01-03 01:21:56 +01:00
parent bdc1c5ffd9
commit 3bd6097810
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ RUN groupadd -g 991 peertube && useradd -u 991 -g 991 peertube \
&& apt-get -y install -y nodejs yarn --no-install-recommends \
&& git clone --branch develop https://github.com/Chocobozzz/PeerTube /PeerTube \
&& cd /PeerTube \
&& ls /home \
&& su - peertube -c "cd /PeerTube && npm install" \
&& su - peertube -c "cd /PeerTube && yarn install" \
&& su - peertube -c "cd /PeerTube && npm run build" \