Merge pull request 'Update Dockerfile' (#7) from update-dockerfile into main

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-02-25 22:01:38 +00:00

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"