mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix(erpnext-nginx): App installation
This commit is contained in:
parent
463ca35aea
commit
1d6f6b00cf
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ yarn install --production=true
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
mkdir -p /home/frappe/frappe-bench/sites/assets/${APP_NAME}
|
mkdir -p /home/frappe/frappe-bench/sites/assets/${APP_NAME}
|
||||||
cp -R "/home/frappe/frappe-bench/apps/${APP_NAME}/${APP_NAME}/public/*" "/home/frappe/frappe-bench/sites/assets/${APP_NAME}"
|
# shellcheck disable=SC2086
|
||||||
|
cp -R /home/frappe/frappe-bench/apps/${APP_NAME}/${APP_NAME}/public/* /home/frappe/frappe-bench/sites/assets/${APP_NAME}
|
||||||
|
|
||||||
# Add frappe and all the apps available under in frappe-bench here
|
# Add frappe and all the apps available under in frappe-bench here
|
||||||
echo "rsync -a --delete /var/www/html/assets/frappe /assets" >/rsync
|
echo "rsync -a --delete /var/www/html/assets/frappe /assets" >/rsync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue