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

This commit is contained in:
itqop 2025-10-18 16:56:23 +03:00
parent 7a85df2ec3
commit 930e37b173
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 ./
COPY pyproject.toml poetry.lock README.md ./
RUN poetry config virtualenvs.create false