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

Commit

Permalink
🐳 More dependency things
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Apr 10, 2022
1 parent 9382000 commit 6fac6b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ FROM poetry AS dependencies
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 6fac6b0

Please sign in to comment.