laravel/entrypoint.sh

7 lines
85 B
Bash

#!/bin/sh
# Run migrations
php artisan migrate --force
# Start PHP-FPM
exec php-fpm