mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
~ | update Docker config to run api and gui
This commit is contained in:
parent
3def4be8bf
commit
1b495d8950
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue