mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix(frappe-nginx): sync assets path for all versions
This commit is contained in:
parent
c6da8a1d98
commit
b3ac8383fe
1 changed files with 2 additions and 3 deletions
|
|
@ -6,9 +6,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
rsync -a --delete /var/www/html/assets/js /assets
|
||||
rsync -a --delete /var/www/html/assets/css /assets
|
||||
rsync -a --delete /var/www/html/assets/frappe /assets
|
||||
rsync -a --delete /var/www/html/assets/* /assets
|
||||
|
||||
. /rsync
|
||||
|
||||
touch /var/www/html/sites/.build -r $(ls -td /assets/* | head -n 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue