Commit cdbeeacd authored by flint media's avatar flint media

Update Dockerfile

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