freescout/freescout-entrypoint
2023-12-22 19:40:10 +00:00

9 lines
130 B
Bash
Executable File

#!/bin/sh
set -e
php artisan freescout:clear-cache
php artisan storage:link
php artisan migrate
exec docker-php-entrypoint "$@"