2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

feat: touch .build

This commit is contained in:
Sun Howwrongbum 2020-07-13 23:12:29 +05:30
parent 462992b7f3
commit e513b9c8ce

View File

@ -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