double typo (#96)

* final tweak

* final tweak2

* typos for days
This commit is contained in:
Nicholas St. Germain 2019-01-16 10:46:45 -08:00 committed by GitHub
parent 8da27f479f
commit c2d2e914b6
3 changed files with 39 additions and 6 deletions

View file

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