Skip to content
Extraits de code Groupes Projets
Valider a95e966f rédigé par Guillaume Schurck's avatar Guillaume Schurck
Parcourir les fichiers

clean python dockerfile

parent f7bc284d
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,8 +6,6 @@ RUN pip install "poetry==$POETRY_VERSION" ...@@ -6,8 +6,6 @@ RUN pip install "poetry==$POETRY_VERSION"
COPY poetry.lock pyproject.toml /code/ COPY poetry.lock pyproject.toml /code/
#RUN pip3 install -r requirements.txt
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
COPY . /code COPY . /code
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter