Set python path

This is needed to allow the `django-admin` command to work
pull/402/head
Jake Howard 2023-02-20 17:15:50 +00:00 zatwierdzone przez LB (Ben Johnston)
rodzic 48730800c4
commit a6da124a82
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ RUN set -ex \
&& rm -rf /var/lib/apt/lists/*
ADD requirements/ /requirements/
ENV VIRTUAL_ENV=/venv PATH=/venv/bin:$PATH
ENV VIRTUAL_ENV=/venv PATH=/venv/bin:$PATH PYTHONPATH=/code/
RUN set -ex \
&& BUILD_DEPS=" \