Update Dockerfile
Browse files- 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
|