Rakib023 commited on
Commit
bcd4831
·
verified ·
1 Parent(s): 6f62b6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,5 +22,5 @@ COPY . .
22
  # Expose port 7860 (Hugging Face default)
23
  EXPOSE 7860
24
 
25
- # Run the FastAPI app with uvicorn
26
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
  # Expose port 7860 (Hugging Face default)
23
  EXPOSE 7860
24
 
25
+
26
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]