Commit 95ef496a authored by flint media's avatar flint media

Update Dockerfile

parent 72e49626
......@@ -32,5 +32,8 @@ VOLUME [ "/config", "/storage" ]
CMD [ "/usr/bin/npm", "start" ]
RUN mkdir /tmp/repo
RUN cp . /config/production.yaml
\ No newline at end of file
RUN mkdir -p /tmp/repo
RUN chown peertube:peertube /tmp/repo
USER peertube:peertube
WORKDIR /tmp/repo
RUN cp . /tmp/repo/production.yaml
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment