AdithyaSK HF Staff commited on
Commit
1daec9f
·
verified ·
1 Parent(s): eca7752

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,6 +8,6 @@ COPY . .
8
 
9
  RUN uv pip install --system -e .
10
 
11
- EXPOSE 8000
12
 
13
- CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]
 
8
 
9
  RUN uv pip install --system -e .
10
 
11
+ EXPOSE 7860
12
 
13
+ CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "7860"]