Files
ponzi/docker/start.sh
Ivo Spijkerman cdbf09e5e4 add Docker setup
2025-08-31 16:30:27 +02:00

16 lines
276 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
# Start supervisor
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf