pluto90 commited on
Commit
4e2cc70
·
verified ·
1 Parent(s): 793fabc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ COPY . .
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # HF expects app on port 7860
15
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # HF expects app on port 7860
15
+ CMD ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "7860"]