Ahmad-Sarmad-Ali commited on
Commit
dda4700
·
verified ·
1 Parent(s): af107f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,5 +32,5 @@ ENV PYTHONUNBUFFERED=1
32
  ENV HF_HOME=/app/cache
33
 
34
  # Run the application
35
- CMD ["uvicorn", "main:app", "--host", "localhost", "--port", "2700"]
36
 
 
32
  ENV HF_HOME=/app/cache
33
 
34
  # Run the application
35
+ CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "7860"]
36