~ | update Docker config to run api and gui

pull/1081/head 0.1.6.4
abc 8 months ago
parent 3def4be8bf
commit 1b495d8950

@ -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"]

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

Loading…
Cancel
Save