Ajout liste des fichiers results

This commit is contained in:
Jérôme Delacotte
2025-05-07 13:24:00 +02:00
parent 4e6482c608
commit e18d112e54
9 changed files with 84 additions and 28 deletions

View File

@@ -16,6 +16,6 @@ COPY . /src
# Exposer le port 5000 pour accéder à l'application Flask
EXPOSE 5000
# Lancer un script pour démarrer MySQL en arrière-plan puis l'application Python
CMD service mysql start && python3 app.py
# lancer l'application Python
CMD python3 app.py