Spaces:
Nakdesu
/
Running

Nakdesu commited on
Commit
ab909ff
·
verified ·
1 Parent(s): b9db178

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,4 +40,4 @@ ENV G4F_IGNORED_PROVIDERS ${G4F_IGNORED_PROVIDERS}
40
  # Use ENV vars within the CMD or ENTRYPOINT
41
  # Expose the port the application runs on
42
  EXPOSE 7860
43
- CMD python -m g4f --host 0.0.0.0 --port 7860 --debug --ignored-providers ${G4F_IGNORED_PROVIDERS}
 
40
  # Use ENV vars within the CMD or ENTRYPOINT
41
  # Expose the port the application runs on
42
  EXPOSE 7860
43
+ CMD python -m g4f --port 7860 --debug --ignored-providers ${G4F_IGNORED_PROVIDERS}