diff --git a/Dockerfile b/Dockerfile index 7c8a284..007a4bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN curl -sSL https://install.python-poetry.org/ | python -; \ echo "export PATH="/home/app/.local/bin:$PATH" >> "$HOME/.bashrc" COPY pyproject.toml poetry.lock . -RUN bash -c "poetry install" +RUN bash -c "/home/app/.local/bin/poetry install" ENV PYTHONUNBUFFERED=1 \ DJANGO_SETTINGS_MODULE=banmarchive.settings.production \