faihaj commited on
Commit
7e2c0fe
·
verified ·
1 Parent(s): d106088

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY . .
4
  RUN pip install --no-cache-dir -r requirements.txt
5
 
6
  # Run the bot
7
- CMD ["uvicorn", "app:app"]
 
4
  RUN pip install --no-cache-dir -r requirements.txt
5
 
6
  # Run the bot
7
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]