Docker & libs

This commit is contained in:
2025-10-12 17:45:51 +02:00
parent 3e4b6fd129
commit e0623995ff
3 changed files with 16 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ COPY pyproject.toml ./
COPY uv.lock ./
COPY LICENSE ./
COPY src/ ./src/
COPY configs.yaml ./
# Creiamo l'ambiente virtuale con tutto già presente
RUN uv sync