changed to php base

This commit is contained in:
2026-07-20 20:30:03 -07:00
parent 76fd1ca3ed
commit 0831331fe3
4 changed files with 33 additions and 42 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ if [ -z "$(ls -A /var/www/html/App 2>/dev/null)" ]; then
cp -a /opt/novaconium-app-default/. /var/www/html/App/
fi
chown -R http:http /var/www/html/public/cache /var/www/html/public/uploads /var/www/html/App /var/www/html/data
chown -R www-data:www-data /var/www/html/public/cache /var/www/html/public/uploads /var/www/html/App /var/www/html/data
exec "$@"