From 97dacbde7301f5cac7a77d5b7b0661b6450e9146 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 14 Sep 2025 11:06:20 +0200 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73e7e2c..d4f634a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 3000 # Commande de démarrage correcte selon la documentation -CMD ["python", "src/main.py"] \ No newline at end of file +CMD ["bash"] \ No newline at end of file