Arts-of-coding commited on
Commit
6ac6df8
1 Parent(s): 97436fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,6 +67,6 @@ COPY /data/ ./data/
67
  #; exec $SHELL"
68
 
69
  # How the docker app will run
70
- CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "main:dashboard1" "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
71
 
72
  #-w 3 -k uvicorn.workers.UvicornWorker
 
67
  #; exec $SHELL"
68
 
69
  # How the docker app will run
70
+ CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "main:dashboard1", "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
71
 
72
  #-w 3 -k uvicorn.workers.UvicornWorker