correct mistake

This commit is contained in:
Dryusdan 2018-01-18 13:33:46 +01:00
parent 3ab72f0ed0
commit 7b79ce5d87
2 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,4 @@
pipeline:
build-debian:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube
dockerfile: Dockerfile.debian
secrets: [ docker_username, docker_password ]
build-alpine:
image: plugins/docker
registry: registry.dryusdan.fr

View File

@ -23,7 +23,7 @@ ENV UID=991 GID=991 \
RESOLUTION_1080=true \
DEBIAN_FRONTEND=noninteractiv
RUN addgroup -g 991 peertube && adduser -u 991 -G 991 -h /home/peertube \
RUN addgroup -g 991 peertube && adduser -u 991 -G peertube -h /home/peertube peertube \
&& apk -U add curl ffmpeg openssl git nginx yarn nodejs build-base su-exec shadow \
&& git clone --branch ${PEERTUBE_VER} https://github.com/Chocobozzz/PeerTube /PeerTube \
&& echo "****** chown ******" \