From a95e966f70607bf5df9c84eb817d9a7d5e2e2752 Mon Sep 17 00:00:00 2001 From: Guillaume Schurck <g.schurck@gmail.com> Date: Sun, 20 Nov 2022 21:20:55 +0100 Subject: [PATCH] clean python dockerfile --- sg-backend/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sg-backend/Dockerfile b/sg-backend/Dockerfile index 864704e..c8b1daf 100644 --- a/sg-backend/Dockerfile +++ b/sg-backend/Dockerfile @@ -6,8 +6,6 @@ RUN pip install "poetry==$POETRY_VERSION" COPY poetry.lock pyproject.toml /code/ -#RUN pip3 install -r requirements.txt - RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi COPY . /code -- GitLab