mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix(frappe-nginx): sync assets path for all versions
This commit is contained in:
parent
c6da8a1d98
commit
b3ac8383fe
@ -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 New Issue
Block a user