Spaces:
Running
Running
Update Dockerfile
Browse files- 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 --
|
|
|
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}
|