All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m31s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
php artisan migrate --force
|
|
|
|
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|