Mr-Thop commited on
Commit
5627e85
·
verified ·
1 Parent(s): bb4f53a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY --chown=user . /app
20
  EXPOSE 7860
21
 
22
  # Start the application using Uvicorn with the Flask-ASGI app
23
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]
 
20
  EXPOSE 7860
21
 
22
  # Start the application using Uvicorn with the Flask-ASGI app
23
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]