Ajout liste des fichiers results
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user