mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 15:05:08 +00:00
bench setup requirements reads all apps’ pyproject.toml / requirements.txt and installs the Python packages into the bench virtual environment. Later, when you dynamically create sites via: docker compose --project-name erpnext-one exec backend \ bench new-site --mariadb-user-host-login-scope=% --db-root-password changeit \ --install-app erpnext --admin-password changeit one.example.com All dependencies for all apps are already available. No need to know the site name in advance. This is fully compatible with the single-server-example.md workflow and supports multiple sites, dynamic app installation, and custom app dependencies. |
||
|---|---|---|
| .. | ||
| Containerfile | ||