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
fa89b6f575
commit
463ca35aea
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ echo "Install ${APP_NAME} NodeJS production dependencies . . ."
|
|||
cd "/home/frappe/frappe-bench/apps/${APP_NAME}"
|
||||
yarn install --production=true
|
||||
|
||||
mkdir -p "/home/frappe/frappe-bench/sites/assets/${APP_NAME}"
|
||||
# shellcheck disable=SC2086
|
||||
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}"
|
||||
|
||||
# Add frappe and all the apps available under in frappe-bench here
|
||||
|
|
|
|||
Loading…
Reference in a new issue