mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -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: -
|
||||
|
||||
Reference in New Issue
Block a user