free-gpt commited on
Commit
a60ea3a
·
1 Parent(s): 9b611df

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1 +1,3 @@
1
  FROM rafaelcalleja/g4f:0.0.4
 
 
 
1
  FROM rafaelcalleja/g4f:0.0.4
2
+
3
+ CMD /usr/local/bin/gunicorn app:app --bind 0.0.0.0:7860 --timeout 360 --workers 4