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

7 lines
No EOL
235 B
Markdown

# :whale: 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`.
```bash
docker compose up --build
# or
make dev build=1
```