Fixed docker errors and improved error logging..

This commit is contained in:
Hosteroid
2025-10-29 12:45:01 +02:00
parent 0e08e807d3
commit a0ada0b2c2
4 changed files with 23 additions and 2 deletions

View File

@@ -114,6 +114,9 @@ for d in logs storage cache tmp runtime; do
fi
done
# Allow installer to create .installed at project root
chmod 775 "$APP_DIR"
# .env readable by root & group only
chmod 640 "$APP_DIR/.env" || true