返回提交历史
Modified
Dockerfile
+1
-1
Modified
docker-compose.yml
+1
-1
XFEstudio/gpt4free
~ | update Docker config to run api and gui
1b495d89
代码差异
2 个文件
+2
-2
@@ -30,4 +30,4 @@ COPY . /app/
30
30
EXPOSE 80 1337
31
31
32
32
# Define the default command to run the app using Python's module mode.
33
ENTRYPOINT ["python", "-m", "g4f.cli"]
33
ENTRYPOINT ["python", "-m", "g4f.cli"]
@@ -15,4 +15,4 @@ services:
15
15
<<: *gpt4free
16
16
ports:
17
17
- '8080:80'
18
command: gui
18
command: gui