diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-12-14 18:43:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 18:43:41 +0100 |
commit | 343512ecfcfaf59a6043423f02aed25c0e23d64d (patch) | |
tree | eb42f5dc743c09f700c9c8a57c76768008091367 /docker | |
parent | Update publish-workflow.yaml (diff) | |
download | gpt4free-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 |
Diffstat (limited to '')
-rw-r--r-- | docker/Dockerfile | 2 |
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 |