Tomtom84 commited on
Commit
b5868b6
·
verified ·
1 Parent(s): c17f584

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
48
  CMD curl -f http://localhost:7860/health || exit 1
49
 
50
  # Start the FastAPI application with uvicorn
51
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]
 
48
  CMD curl -f http://localhost:7860/health || exit 1
49
 
50
  # Start the FastAPI application with uvicorn
51
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]