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

This commit is contained in:
itqop 2025-10-18 16:51:41 +03:00
parent b3620da161
commit 7a85df2ec3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ COPY pyproject.toml poetry.lock ./
RUN poetry config virtualenvs.create false
RUN poetry install --only=main --no-dev
RUN poetry install
COPY src/ ./src/