bahi-bh commited on
Commit
789cee0
·
verified ·
1 Parent(s): 9bcde52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ RUN rm -rf /tmp/g4f-working
30
 
31
  EXPOSE 7860
32
 
33
- CMD ["python", "app.py"]
 
30
 
31
  EXPOSE 7860
32
 
33
+ CMD ["python", "-m", "g4f.cli", "gui", "--host", "0.0.0.0", "--port", "7860"]