summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2023-12-14 18:43:41 +0100
committerGitHub <noreply@github.com>2023-12-14 18:43:41 +0100
commit343512ecfcfaf59a6043423f02aed25c0e23d64d (patch)
treeeb42f5dc743c09f700c9c8a57c76768008091367
parentUpdate publish-workflow.yaml (diff)
downloadgpt4free-user.tar
gpt4free-user.tar.gz
gpt4free-user.tar.bz2
gpt4free-user.tar.lz
gpt4free-user.tar.xz
gpt4free-user.tar.zst
gpt4free-user.zip
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 94886ff5..82fe06b3 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -54,7 +54,7 @@ COPY requirements.txt $G4F_DIR
RUN pip install --upgrade pip && pip install -r requirements.txt
# Copy the entire package into the container.
-ADD --chown=$SEL_USER:$SEL_GROUP g4f $G4F_DIR/
+ADD --chown=$SEL_USER:$SEL_USER g4f $G4F_DIR/
# Expose ports
EXPOSE 8080 1337 \ No newline at end of file