mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
fix: symlink to node_modules
This commit is contained in:
parent
a69853e950
commit
0d9aa27f5f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ fi
|
|||
chown -R frappe:frappe /home/frappe/frappe-bench/logs
|
||||
|
||||
# symlink node_modules
|
||||
ln -s /home/frappe/frappe-bench/sites/assets/frappe/node_modules \
|
||||
ln -sfn /home/frappe/frappe-bench/sites/assets/frappe/node_modules \
|
||||
/home/frappe/frappe-bench/apps/frappe/node_modules
|
||||
|
||||
if [ "$1" = 'start' ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue