This commit is contained in:
2026-04-06 19:02:37 +05:00
parent d775fbb9ba
commit fd001421ce
2 changed files with 11 additions and 2 deletions

7
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
echo "Running database migrations..."
php artisan migrate --force --no-interaction
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf