Merge pull request #422 from cortopy/rootless

Rootless containers by default
This commit is contained in:
Revant Nandgaonkar
2021-02-21 07:32:37 +05:30
committed by GitHub
10 changed files with 78 additions and 100 deletions

View File

@@ -11,8 +11,6 @@ rsync -a --delete /var/www/html/assets/css /assets
rsync -a --delete /var/www/html/assets/frappe /assets
. /rsync
chmod -R 755 /assets
touch /var/www/html/sites/.build -r $(ls -td /assets/* | head -n 1)
if [[ -z "$FRAPPE_PY" ]]; then