Skip to content

Commit

Permalink
Hardcode explicit path of Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
conatus authored Jan 4, 2024
1 parent 5c8ff0f commit d9716c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d9716c7

Please sign in to comment.