Update Dockerfile

This commit is contained in:
2019-04-21 09:05:21 -04:00
committed by GitHub
parent 6c62d23cfc
commit 55f49d55f8
+1 -1
View File
@@ -23,7 +23,7 @@ ONBUILD COPY Pipfile Pipfile
ONBUILD COPY Pipfile.lock Pipfile.lock
# -- Install dependencies:
ONBUILD RUN set -ex && pipenv install --deploy --system
ONBUILD RUN set -ex && pipenv install --deploy --system --sequential
# --------------------
# - Using This File: -