Skip to content

Commit

Permalink
I don't get why you dont wont
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jan 5, 2024
1 parent 037ab47 commit 0471493
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 @@ -18,7 +18,7 @@ RUN python -m pip install --no-cache-dir poetry

COPY poetry.lock pyproject.toml /app/
RUN python -m poetry config virtualenvs.in-project true && \
python -m poetry install --no-root --without dev && \
python -m poetry install --only main,deploy && \
/app/.venv/bin/python3 -m pip install --no-cache-dir psycopg2
USER root
RUN apt-get purge -y build-essential python3-dev libpq-dev libffi-dev libssl-dev && \
Expand Down

0 comments on commit 0471493

Please sign in to comment.