Commit 62d7f214 authored by flint media's avatar flint media

Update Dockerfile

parent 89de8a32
...@@ -23,17 +23,17 @@ RUN apk -U upgrade && \ ...@@ -23,17 +23,17 @@ RUN apk -U upgrade && \
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 ./config /tmp/config #COPY ./config /tmp/config
WORKDIR /tmp/config #WORKDIR /tmp/config
RUN find /tmp/config #RUN find /tmp/config
#RUN cp /tmp/config/production.yaml /config/production.yaml #RUN cp /tmp/config/production.yaml /config/production.yaml
COPY ./config/production.yaml /config/production.yaml
USER peertube USER peertube
WORKDIR /var/www/peertube/peertube-latest WORKDIR /var/www/peertube/peertube-latest
COPY ./config/production.yaml /config/production.yaml
ENV NODE_ENV=production ENV NODE_ENV=production
......
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