From a28bab938704a15c825c1b45a8983c72e8c90ace Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 29 Jan 2024 18:14:46 +0100 Subject: Add aiohttp_socks to requirements Fix preview for uploaded and generated images in gui Improve typing, readme --- docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 294e1372..88e21b18 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -86,6 +86,5 @@ 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/g4f - # Expose ports -EXPOSE 8080 1337 +EXPOSE 8080 1337 \ No newline at end of file -- cgit v1.2.3