This commit is contained in:
Valeria Fadeeva 2025-07-26 21:20:08 +05:00
parent dcddb627bd
commit e87c04969b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN pip install --upgrade pip
RUN pip install poetry poetry-plugin-export RUN pip install poetry poetry-plugin-export
RUN poetry lock RUN poetry lock
RUN poetry self update RUN poetry self update
COPY poetry.lock pyproject.toml ./ COPY pyproject.toml ./
RUN poetry export --without-hashes --format requirements.txt --output /app/requirements.txt RUN poetry export --without-hashes --format requirements.txt --output /app/requirements.txt
##################### #####################