Arts-of-coding
commited on
Commit
•
08eef73
1
Parent(s):
45e1987
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -69,4 +69,4 @@ COPY /data/ ./data/
|
|
69 |
# How the docker app will run
|
70 |
CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "main:dashboard1"] #, "--host", "0.0.0.0", "--port", "5000"
|
71 |
|
72 |
-
|
|
|
69 |
# How the docker app will run
|
70 |
CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "main:dashboard1"] #, "--host", "0.0.0.0", "--port", "5000"
|
71 |
|
72 |
+
#-w 3 -k uvicorn.workers.UvicornWorker
|