correct peertube image

This commit is contained in:
Dryusdan 2018-01-02 23:52:21 +01:00
parent 5a7f9b1187
commit 832fceea7b
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 \
&& su - peertube -c "cd /PeerTube && npm install" \
&& su - peertube -c "cd /PeerTube && yarn install" \
&& npm install -g \
&& yarn global install \
&& su - peertube -c "cd /PeerTube && npm run build" \
&& apt-get remove --purge --yes build-essential curl git \
&& apt-get autoremove -y \