release: v 0.1 release
Build and Push Docker Image / build-and-push (push) Failing after 1m43s Details

This commit is contained in:
itqop 2025-10-18 17:03:44 +03:00
parent dd6c6755c9
commit e5691790d6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
RUN pip install poetry
COPY pyproject.toml poetry.lock README.md ./
COPY pyproject.toml poetry.lock ./
RUN poetry config virtualenvs.create false