Merge pull request #307 from sunhoww/http-cache-2

feat: touch .build
This commit is contained in:
Revant Nandgaonkar
2020-07-14 11:47:46 +05:30
committed by GitHub

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