~ | update Docker config to run api and gui

This commit is contained in:
abc 2023-10-14 14:40:07 +01:00
parent 3def4be8bf
commit 1b495d8950
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
ENTRYPOINT ["python", "-m", "g4f.cli"]

View File

@ -15,4 +15,4 @@ services:
<<: *gpt4free
ports:
- '8080:80'
command: gui
command: gui