Try to fix docker automatic build (again...)

pull/500/head
Chocobozzz 2018-04-16 20:22:42 +02:00
parent 33837e8bc2
commit c36d5a6b98
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 3 deletions

View File

@ -49,9 +49,8 @@ RUN set -ex; \
# Install PeerTube
WORKDIR /app
RUN chown peertube:peertube /app
COPY --chown=peertube:peertube . ./
COPY . ./
RUN chown -R peertube:peertube /app
USER peertube