Files
ponzi/docker/start.sh
Ivo Spijkerman 069b57c7b3
Some checks failed
Build / build (push) Failing after 51s
add filament and admin user
2025-08-31 21:12:03 +02:00

17 lines
306 B
Bash
Executable File

#!/bin/sh
set -ex
mkdir -p /var/log/supervisor
# Run migrations
php artisan migrate --force
# Clear and cache config
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan filament:optimize
# Start supervisor
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf