mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Update create_site.py
This commit is contained in:
parent
cdbd5e5373
commit
fa3282f47b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ def run_docker_command(command):
|
|||
|
||||
if __name__ == "__main__":
|
||||
|
||||
docker_command = "docker compose --project-name erpnext-one exec backend \
|
||||
docker_command = "docker compose --project-name erpnext-one exec -T backend \
|
||||
bench new-site --no-mariadb-socket --mariadb-root-password fintech2023 --install-app hrms --set-default \
|
||||
--install-app rule_management --install-app remittance_base --install-app remittance --install-app bulk_remittance --install-app remittance_stellar_integration \
|
||||
--install-app client_account_management --install-app teller_for_erpnext --install-app teller_for_agent \
|
||||
|
|
|
|||
Loading…
Reference in a new issue