mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
chore(frappe-nginx): Fix linting
This commit is contained in:
parent
b2876880f4
commit
fa89b6f575
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ rsync -a --delete /var/www/html/assets/* /assets
|
|||
|
||||
/rsync
|
||||
|
||||
# shellcheck disable=SC2012
|
||||
touch /var/www/html/sites/.build -r "$(ls -td /assets/* | head -n 1)"
|
||||
|
||||
[[ -z "${FRAPPE_PY}" ]] && FRAPPE_PY='0.0.0.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue