andreyunic23 commited on
Commit
598c513
·
1 Parent(s): c99de7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  # For environments with multiple CPU cores, increase the number of workers
20
  # to be equal to the cores available.
21
  # Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling.
22
- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 app:app
23
 
24
 
25
  #EXPOSE 5000
 
19
  # For environments with multiple CPU cores, increase the number of workers
20
  # to be equal to the cores available.
21
  # Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling.
22
+ CMD exec gunicorn --bind :7860 --workers 1 --threads 8 --timeout 0 app:app
23
 
24
 
25
  #EXPOSE 5000