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