BraydenMoore commited on
Commit
12c957f
1 Parent(s): b52a579

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,5 +25,5 @@ WORKDIR $APP_HOME
25
  COPY --chown=user . $HOME/app
26
 
27
  # Run the web service on container startup.
28
- CMD exec gunicorn --bind 0.0.0.0:7860 --workers 9 --threads 16 --timeout 120 main:app
29
 
 
25
  COPY --chown=user . $HOME/app
26
 
27
  # Run the web service on container startup.
28
+ CMD exec gunicorn --bind 0.0.0.0:7860 main:app
29