From 6fac6b014442cfaa91a27eda4401cdb42faff92a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 10 Apr 2022 19:11:10 +0200 Subject: [PATCH] :whale: More dependency things --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b687486..92672e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .