Ensure database schema on app startup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
php /var/www/html/docker/ensure-database.php
|
||||
|
||||
exec apache2-foreground
|
||||
Reference in New Issue
Block a user