narendrasinghd commited on
Commit
69554f2
·
verified ·
1 Parent(s): a1b4d9d

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,4 +10,5 @@ COPY . .
10
 
11
  EXPOSE 7860
12
 
13
- CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
 
10
 
11
  EXPOSE 7860
12
 
13
+ #CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
14
+ CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "app:app", "--bind", "0.0.0.0:7860"]