next-playground commited on
Commit
dc68c8e
·
verified ·
1 Parent(s): 9c51faa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN mkdir separated
19
  EXPOSE 5000
20
 
21
  # 运行应用程序
22
- CMD ["gunicorn", "-b", "0.0.0.0:5000","--timeout", "300", "app/app:app"]
 
19
  EXPOSE 5000
20
 
21
  # 运行应用程序
22
+ CMD ["gunicorn", "-b", "0.0.0.0:5000","--timeout", "300", "/app/app:app"]