mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
commit
c0c03b24e8
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