mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
feat: touch .build
This commit is contained in:
parent
462992b7f3
commit
e513b9c8ce
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ rsync -a --delete /var/www/html/assets/frappe /assets
|
|||
|
||||
chmod -R 755 /assets
|
||||
|
||||
touch /var/www/html/sites/.build -r $(ls -td /assets/* | head -n 1)
|
||||
|
||||
if [[ -z "$FRAPPE_PY" ]]; then
|
||||
export FRAPPE_PY=0.0.0.0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue