XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

~ | update Docker config to run api and gui

1b495d89
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

2 个文件 +2 -2
Modified Dockerfile +1 -1
@@ -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"]
Modified docker-compose.yml +1 -1
@@ -15,4 +15,4 @@ services:
15 15 <<: *gpt4free
16 16 ports:
17 17 - '8080:80'
18 command: gui
18 command: gui