mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
pipenv did not run with that option
This commit is contained in:
parent
f4c070ada7
commit
a2c97d2791
@ -139,7 +139,9 @@ COPY pip.conf /etc/pip.conf
|
||||
COPY Pipfile /app/Pipfile
|
||||
|
||||
# Do not include compiled byte-code
|
||||
ENV PIP_ROOT_USER_ACTION='ignore' PIP_NO_COMPILE=1
|
||||
ENV PIP_NO_COMPILE=1 \
|
||||
PIP_NO_CACHE_DIR=1 \
|
||||
PIP_ROOT_USER_ACTION='ignore'
|
||||
|
||||
# Switch workdir to the the app
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user