浏览代码

Dockerfile edit for 2.5.0

Andy Esnard 1 年之前
父节点
当前提交
d0cc15f9c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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", "chatbot.py"]
+CMD ["python", "main.py"]