Skip to content

Commit

Permalink
add(docker-compose) Added a docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
valerii-chirkov committed Apr 29, 2023
1 parent b82e787 commit 60d4ca8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: "3.9"

services:
gpt4free:
build:
context: .
dockerfile: Dockerfile
ports:
- "8501:8501"

0 comments on commit 60d4ca8

Please sign in to comment.