Files
test_test/docker/entrypoint.sh
2026-04-06 19:02:37 +05:00

8 lines
171 B
Bash

#!/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