From f029cc6d7291a90fe7380135638e8b78360c7442 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 14 Sep 2025 11:07:06 +0200 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4f634a..31a92f0 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 ["bash"] \ No newline at end of file +CMD ["/bin/bash"] \ No newline at end of file