diff --git a/Dockerfile b/Dockerfile index 13db3ff..3a3de61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN npm install --omit=dev USER root COPY Pipfile* ./ -RUN pipenv install --system --deploy +RUN PIP_BREAK_SYSTEM_PACKAGES=1 pipenv install --system --deploy COPY . . # RUN chown -R uwsgi:uwsgi /app