Merge pull request #3 from MarketingLimited/codex/resolve-errors-in-docker-site-container

fix create-site dependencies
This commit is contained in:
Mohamed Jasim Ahmed 2025-09-08 14:22:40 +03:00 committed by GitHub
commit a91293f606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 6 deletions

View file

@ -30,9 +30,5 @@
{
"git_url": "https://github.com/frappe/insights",
"branch": "main"
},
{
"git_url": "https://github.com/frappe/books",
"branch": "main"
}
]

View file

@ -27,7 +27,9 @@ RUN useradd -ms /bin/bash frappe \
gpg \
# MariaDB
mariadb-client \
libmariadb-dev \
less \
pkg-config \
# Postgres
libpq-dev \
postgresql-client \

View file

@ -82,8 +82,7 @@ services:
bench get-app https://github.com/frappe/studio;
bench get-app https://github.com/frappe/wiki;
bench get-app https://github.com/frappe/insights;
bench get-app https://github.com/frappe/books;
bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext,hrms,crm,helpdesk,drive,studio,wiki,insights,books --set-default frontend;
bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext,hrms,crm,helpdesk,drive,studio,wiki,insights --set-default frontend;
db:
image: mariadb:10.6