yangtb24 commited on
Commit
52b5067
·
verified ·
1 Parent(s): c65379a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 8000
15
 
16
  # 在容器启动时运行 main.py
17
- CMD ["python", "main.py"]
 
14
  EXPOSE 8000
15
 
16
  # 在容器启动时运行 main.py
17
+ CMD ["python", "app.py"]