Files
2026-07-15 17:23:15 +07:00

8 lines
83 B
Bash

#!/bin/sh
set -e
php artisan optimize
php artisan storage:link --force
exec "$@"