Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
🐳 Additionally include psycopg2 for postgres support
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Apr 10, 2022
1 parent d118977 commit 9731043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY pyproject.toml ./pyproject.toml
COPY poetry.lock ./poetry.lock
RUN poetry install --no-root --no-dev
RUN pip install gunicorn
RUN pip install psycopg2

FROM dependencies AS package
COPY . .
Expand Down

0 comments on commit 9731043

Please sign in to comment.