Ritesh-hf commited on
Commit
fd054ac
·
verified ·
1 Parent(s): 04545f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . /app
29
  EXPOSE 5000
30
 
31
  # Run the Flask app using Gunicorn
32
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]
 
29
  EXPOSE 5000
30
 
31
  # Run the Flask app using Gunicorn
32
+ CMD ["gunicorn", "-w", "2", "-k", "-b", "0.0.0.0:5000", "app:app"]