Commit 486478cb authored by flint media's avatar flint media

Update Dockerfile

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