final tweak

This commit is contained in:
Nicholas St. Germain 2019-01-16 12:40:33 -06:00
parent 69a8478f4a
commit 2100769a1b

View file

@ -6,11 +6,7 @@ ENV DEBUG="False"
COPY / /app COPY / /app
RUN \ RUN python3 -m pip install -r /app/requirements.txt
python3 -m pip install -r /app/requirements.txt && \
chown -R abc:abc \
/config \
/app
WORKDIR /app WORKDIR /app