change building
Gitea Actions Demo / build_and_push (push) Has been cancelled Details

This commit is contained in:
artem 2025-11-26 06:30:58 +03:00
parent 6a66040c3e
commit 3ec3e2bba4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ENV PATH="/root/.local/bin:${PATH}"
COPY pyproject.toml uv.lock /app/
WORKDIR /app
RUN uv sync --extra api
RUN uv sync
COPY . /app/
EXPOSE 800