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

XFEstudio/gpt4free

Fix docker build

ff8c94ac
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docker/Dockerfile +1 -1
@@ -71,7 +71,7 @@ COPY requirements.txt $G4F_DIR
71 71 RUN pip install --upgrade pip && pip install -r requirements.txt
72 72
73 73 # Copy the entire package into the container.
74 ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/
74 ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/g4f
75 75
76 76 # Expose ports
77 77 EXPOSE 8080 1337