next-playground commited on
Commit
8a88047
·
verified ·
1 Parent(s): f354cd2

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"]
 
19
  EXPOSE 5000
20
 
21
  # 运行应用程序
22
+ CMD ["sudo", "gunicorn", "-b", "0.0.0.0:5000", "--timeout", "300", "app:app"]