2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 18:48:58 +00:00

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
commit c0c03b24e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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