Ver código fonte

Update Dockerfile

Andy Esnard 1 ano atrás
pai
commit
9b3ec95b81
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -17,4 +17,4 @@ COPY . .
 RUN chown -R 0:0 /opt/chatbot && chmod -R g+rw /opt/chatbot
 
 # Spécifier la commande pour lancer l'application
-CMD ["python", "main.py"]
+CMD ["python", "chatbot.py"]