This commit is contained in:
Lizandro Guarnizo
2026-06-09 16:35:12 -05:00
parent b9d019d6de
commit 80f334d5bd
2 changed files with 54 additions and 0 deletions
+3
View File
@@ -17,4 +17,7 @@ fi
chmod -R 775 storage bootstrap/cache
chown -R www-data:www-data storage bootstrap/cache
# Create missing DB tables (sessions, cache) without breaking existing data
php /app/docker/ensure-tables.php 2>/dev/null || true
exec "$@"