next-playground commited on
Commit
3338a56
·
verified ·
1 Parent(s): ca80dae

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 5000
15
 
16
  # 运行应用程序
17
- RUN ["python", "./app.py"]
 
14
  EXPOSE 5000
15
 
16
  # 运行应用程序
17
+ CMD ["python", "./app.py"]