amit01Xindus commited on
Commit
0fac7ae
·
verified ·
1 Parent(s): 04c8abd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ RUN mkdir -p /app/uploads
30
  EXPOSE 7860
31
 
32
 
33
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "180", "--workers", "1", "app:app"]
 
30
  EXPOSE 7860
31
 
32
 
33
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "180", "app:app"]