hprasath commited on
Commit
def7ef9
1 Parent(s): 36790de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . .
22
  RUN pip install uvicorn huggingface_hub transformers
23
 
24
  # Start both Python and Node.js applications
25
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
  RUN pip install uvicorn huggingface_hub transformers
23
 
24
  # Start both Python and Node.js applications
25
+ CMD ["uvicorn", "app.main:index", "--host", "0.0.0.0", "--port", "7860"]