Mettre à jour 'Dockerfile.alpine'

This commit is contained in:
Dryusdan 2018-01-22 13:27:45 +01:00
parent 2c37b6e85b
commit ad1847745e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RUN addgroup -g 991 peertube && adduser -u 991 -G peertube -s /bin/sh -D -h /hom
&& echo "****** run yarn install as user ******" \
&& bash -c "su-exec peertube:peertube yarn install" \
&& echo "****** run npm run build as user ******" \
&& bash -c "su-exec peertube:peertube npm run build \
&& bash -c "su-exec peertube:peertube npm run build" \
&& apk del build-dependencies \
&& rm -rf /tmp/* /PeerTube.git /var/cache/apk/*