Commit eb52d54b authored by flint media's avatar flint media

Update Dockerfile

parent cdbeeacd
......@@ -32,11 +32,9 @@ VOLUME [ "/config", "/storage" ]
CMD [ "/usr/bin/npm", "start" ]
RUN mkdir -p /config
RUN mkdir -p /storage
RUN chown peertube:peertube /config
RUN chown peertube:peertube /storage
RUN mkdir -p /tmp/config
RUN chown peertube:peertube /tmp/config
USER peertube:peertube
COPY ./config /config
WORKDIR /config
RUN find /config
COPY . /tmp/config
WORKDIR /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