summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--docker-compose.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 3cb86bec..503a6dcc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,4 +30,4 @@ COPY . /app/
EXPOSE 80 1337
# Define the default command to run the app using Python's module mode.
-ENTRYPOINT ["python", "-m", "g4f.cli"] \ No newline at end of file
+ENTRYPOINT ["python", "-m", "g4f.cli"]
diff --git a/docker-compose.yml b/docker-compose.yml
index 0ecceefd..43aa6c02 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,4 +15,4 @@ services:
<<: *gpt4free
ports:
- '8080:80'
- command: gui \ No newline at end of file
+ command: gui