Update Monolog action level to info, adjust Dockerfile permissions and logging configuration, and set supervisord user to root
All checks were successful
CI (Gitea) / php-tests (push) Successful in 10m4s
CI (Gitea) / docker-image (push) Successful in 2m23s

This commit is contained in:
2025-11-28 10:08:36 +00:00
parent 4ae7a44881
commit 391ecf1732
5 changed files with 24 additions and 2 deletions

14
importmap.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
* Importmap configuration for the asset mapper.
*
* The single "app" entrypoint is enough for Bootstrap + custom JS tweaks.
*/
return [
'app' => [
'path' => './assets/app.js',
'entrypoint' => true,
],
];