mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-12 01:45:40 +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
|
set -e
|
||||||
|
|
||||||
rsync -a --delete /var/www/html/assets/js /assets
|
rsync -a --delete /var/www/html/assets/* /assets
|
||||||
rsync -a --delete /var/www/html/assets/css /assets
|
|
||||||
rsync -a --delete /var/www/html/assets/frappe /assets
|
|
||||||
. /rsync
|
. /rsync
|
||||||
|
|
||||||
touch /var/www/html/sites/.build -r $(ls -td /assets/* | head -n 1)
|
touch /var/www/html/sites/.build -r $(ls -td /assets/* | head -n 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user