Commit 96d5585e authored by flint media's avatar flint media

Update Dockerfile

parent e8d1f591
...@@ -35,5 +35,6 @@ CMD [ "/usr/bin/npm", "start" ] ...@@ -35,5 +35,6 @@ CMD [ "/usr/bin/npm", "start" ]
RUN mkdir -p /tmp/repo RUN mkdir -p /tmp/repo
RUN chown peertube:peertube /tmp/repo RUN chown peertube:peertube /tmp/repo
USER peertube:peertube USER peertube:peertube
COPY . /tmp/repo
WORKDIR /tmp/repo WORKDIR /tmp/repo
RUN find /tmp/repo/config RUN find /tmp/repo/config
\ 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