Pushpak21 commited on
Commit
e4254f3
·
verified ·
1 Parent(s): 7f424c1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY index.html /app/index.html
15
  RUN mkdir -p /app/static
16
 
17
  # Run both backend (FastAPI) and static file server
18
- CMD uvicorn app:app --host 0.0.0.0 --port 7860
 
15
  RUN mkdir -p /app/static
16
 
17
  # Run both backend (FastAPI) and static file server
18
+ CMD uvicorn app:app --host 0.0.0.0 --port 7860