Files
FlightsAPI/docker/entrypoint.sh
T
2026-05-10 02:28:30 +10:00

11 lines
147 B
Bash

#!/bin/sh
set -e
php artisan config:clear
php artisan config:cache
php artisan migrate --force
crond -f -l 8 &
php-fpm -D
nginx -g 'daemon off;'