From 1b495d8950bdf8f05f79c4e03417766d7a3667a4 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:40:07 +0100 Subject: ~ | update Docker config to run api and gui --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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"] -- cgit v1.2.3