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 . .