correct new dockerfle

This commit is contained in:
Dryusdan 2018-01-03 13:13:29 +01:00
parent 3bd6097810
commit b0fb141f11
1 changed files with 2 additions and 2 deletions

View File

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