返回提交历史
Modified
docker/Dockerfile
+1
-1
XFEstudio/gpt4free
Fix docker build
ff8c94ac
代码差异
1 个文件
+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