diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-24 19:28:22 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-24 19:28:22 +0100 |
commit | ff8c94ac5500756142cb3f93f5311629b85d2b73 (patch) | |
tree | fc25c62d28261deca2475028cab68303c18be8f7 /docker/Dockerfile | |
parent | Update german readme (diff) | |
download | gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.tar gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.tar.gz gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.tar.bz2 gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.tar.lz gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.tar.xz gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.tar.zst gpt4free-ff8c94ac5500756142cb3f93f5311629b85d2b73.zip |
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 4fe9a45d..a0cd7e2b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -71,7 +71,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=$G4F_USER:$G4F_USER g4f $G4F_DIR/ +ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/g4f # Expose ports EXPOSE 8080 1337
\ No newline at end of file |