langflow/docs/local-development.md
carlosrcoelho 5d2a29a436 add docs
2023-07-18 14:59:27 -03:00

235 B

🐳 Docker compose

This will run the backend and frontend in separate containers. The frontend will be available at localhost:3000 and the backend at localhost:7860.

docker compose up --build
# or
make dev build=1