LH-Tech-AI commited on
Commit
b588da0
·
verified ·
1 Parent(s): b30d9e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,5 +7,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
  COPY . .
9
 
10
- # Startet den Server auf Port 7860 (HF Standard)
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
7
 
8
  COPY . .
9
 
10
+ # HF Spaces nutzen Port 7860
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]