Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,4 +6,6 @@ WORKDIR /app
|
|
6 |
|
7 |
ENV G4F_IGNORED_PROVIDERS $G4F_IGNORED_PROVIDERS
|
8 |
|
|
|
|
|
9 |
CMD python -m g4f --port 7860 --debug --ignored-providers $G4F_IGNORED_PROVIDERS
|
|
|
6 |
|
7 |
ENV G4F_IGNORED_PROVIDERS $G4F_IGNORED_PROVIDERS
|
8 |
|
9 |
+
EXPOSE 7860
|
10 |
+
|
11 |
CMD python -m g4f --port 7860 --debug --ignored-providers $G4F_IGNORED_PROVIDERS
|