Revert "correct peertube image"

This reverts commit 832fceea7b.
This commit is contained in:
Dryusdan 2018-01-03 00:57:49 +01:00
parent 832fceea7b
commit bdc1c5ffd9
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ 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 \
&& npm install -g \
&& yarn global install \
&& su - peertube -c "cd /PeerTube && npm install" \
&& su - peertube -c "cd /PeerTube && yarn install" \
&& su - peertube -c "cd /PeerTube && npm run build" \
&& apt-get remove --purge --yes build-essential curl git \
&& apt-get autoremove -y \