roxky commited on
Commit
fdd0ed5
·
verified ·
1 Parent(s): a4ecd9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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