Skip to content

Commit

Permalink
~ | update Docker config to run api and gui
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Oct 14, 2023
1 parent 3def4be commit 1b495d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ services:
<<: *gpt4free
ports:
- '8080:80'
command: gui
command: gui

0 comments on commit 1b495d8

Please sign in to comment.