Update Dockerfile #7

Merged
A8065384 merged 1 commits from update-dockerfile into main 2026-02-25 22:01:39 +00:00
Showing only changes of commit 42e1660143 - Show all commits

View File

@@ -8,6 +8,7 @@ COPY pyproject.toml uv.lock ./
RUN uv sync --no-dev --frozen
COPY main.py .
COPY utils/ utils/
ENV PATH="/app/.venv/bin:$PATH"