10 lines
165 B
YAML
10 lines
165 B
YAML
version: '3'
|
|
|
|
services:
|
|
langflow:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "7860:7860"
|
|
command: langflow run --host 0.0.0.0
|