fix(EOL):

This commit is contained in:
Alexander Myasoedov
2025-01-20 18:16:07 +02:00
parent 4a2d9c7e4e
commit 61b68f04d5
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ ENV PATH="/root/.local/bin:$PATH"
COPY pyproject.toml poetry.lock ./ COPY pyproject.toml poetry.lock ./
RUN poetry self add "poetry-plugin-export" && \ RUN poetry self add "poetry-plugin-export" &&
poetry export -f requirements.txt --without-hashes -o requirements.txt && \ poetry export -f requirements.txt --without-hashes -o requirements.txt &&
pip install --no-cache-dir -r requirements.txt pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .