Abhinaycodes commited on
Commit
8337448
·
verified ·
1 Parent(s): 9c405ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY . .
11
 
12
  # Hugging Face Spaces dynamically assign the PORT variable, usually 7860
13
  # Uvicorn will bind to this port
14
- CMD ["sh", "-c", "uvicorn scripts.app:app --host 0.0.0.0 --port ${PORT:-7860}"]
 
11
 
12
  # Hugging Face Spaces dynamically assign the PORT variable, usually 7860
13
  # Uvicorn will bind to this port
14
+ CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port ${PORT:-7860}"]