Skip to content
Snippets Groups Projects
Unverified Commit c36d5a6b authored by Chocobozzz's avatar Chocobozzz
Browse files

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

parent 33837e8b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment