Compare commits

..

2 Commits

Author SHA1 Message Date
3e2386b9b6 Merge pull request 'Update Dockerfile' (#7) from update-dockerfile into main
Reviewed-on: #7
2026-02-25 22:01:38 +00:00
Anibal Angulo
42e1660143 Update Dockerfile 2026-02-25 20:05:03 +00:00

View File

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