fix: Pipenv must use .venv in project to share dependencies

This commit is contained in:
Glenn Y. Rolland 2021-12-15 18:10:04 +01:00
parent a3c202d0dc
commit 7298386b2f

View file

@ -18,7 +18,8 @@ WORKDIR /app
ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
PIPENV_HIDE_EMOJIS=1
PIPENV_HIDE_EMOJIS=1 \
PIPENV_VENV_IN_PROJECT=1
RUN ln -sf python3 /usr/bin/python \
&& make prepare SYSTEM_INSTALL=1