osrokas commited on
Commit
c2c1145
·
verified ·
1 Parent(s): ecc4eed

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
  COPY . /code/
14
 
15
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
12
 
13
  COPY . /code/
14
 
15
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]