maj avec codex

This commit is contained in:
2025-12-24 16:21:23 +01:00
parent 5b96063d16
commit 6213f548c5
9 changed files with 729 additions and 110 deletions

View File

@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copier seulement le fichier main.py et config.yaml dans le conteneur
COPY ./src/main.py /usr/src/app/main.py
COPY ./config/config.yaml /usr/src/app/config.yaml
COPY ./src/config.yaml /usr/src/app/config.yaml
# Commande pour exécuter l'application
CMD ["python", "./main.py"]
CMD ["python", "./main.py"]