next-playground commited on
Commit
54ea2d0
·
verified ·
1 Parent(s): 15b42c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir gunicorn
15
  EXPOSE 5000
16
 
17
  # 运行应用程序
18
- CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
 
15
  EXPOSE 5000
16
 
17
  # 运行应用程序
18
+ CMD ["gunicorn", "-b", "0.0.0.0:5000","--timeout", "300", "app:app"]