Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ ENV HOME=/home/user \
|
|
| 19 |
ENV G4F_API_KEY $G4F_API_KEY
|
| 20 |
ENV G4F_IGNORED_PROVIDERS $G4F_IGNORED_PROVIDERS
|
| 21 |
|
| 22 |
-
CMD python -m g4f --port 7860 --debug
|
|
|
|
| 19 |
ENV G4F_API_KEY $G4F_API_KEY
|
| 20 |
ENV G4F_IGNORED_PROVIDERS $G4F_IGNORED_PROVIDERS
|
| 21 |
|
| 22 |
+
CMD python -m g4f --port 7860 --debug --ignored-providers $G4F_IGNORED_PROVIDERS
|