Ensure database schema on app startup

This commit is contained in:
2026-06-10 23:00:39 +07:00
parent d94edcda98
commit 14f7425dff
4 changed files with 74 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -e
php /var/www/html/docker/ensure-database.php
exec apache2-foreground