freescout/freescout-entrypoint

9 lines
130 B
Plaintext
Raw Normal View History

2023-12-21 21:57:52 +00:00
#!/bin/sh
set -e
php artisan freescout:clear-cache
php artisan storage:link
php artisan migrate
2023-12-22 19:40:10 +00:00
exec docker-php-entrypoint "$@"