mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-19 16:51:48 +03:00
10 lines
127 B
YAML
10 lines
127 B
YAML
|
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
gpt4free:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
ports:
|
||
|
- "8501:8501"
|