Shabdobhedi commited on
Commit
4b3d405
1 Parent(s): 316ed55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ ENV GROQ_API_KEY="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"
22
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
23
 
24
  # Start the FastAPI app on port 7860
25
- CMD ["uvicorn", "wsgiref:make_app(app)", "--host", "0.0.0.0", "--port", "7860"]
 
22
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
23
 
24
  # Start the FastAPI app on port 7860
25
+ CMD ["python" , "app.py", "--host", "0.0.0.0", "--port", "7860"]