Arts-of-coding commited on
Commit
a463c3d
1 Parent(s): b339d7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -71,8 +71,8 @@ COPY /pages/ ./pages/
71
  #; exec $SHELL"
72
 
73
  # How the docker app will run
74
- #CMD ["python3","app.py"]
75
- CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "app:app", "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
76
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000"]
77
 
78
  #-w 3 -k uvicorn.workers.UvicornWorker
 
71
  #; exec $SHELL"
72
 
73
  # How the docker app will run
74
+ CMD ["python3","app.py"]
75
+ #CMD ["gunicorn", "app:app", "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
76
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000"]
77
 
78
  #-w 3 -k uvicorn.workers.UvicornWorker