add start.sh

This commit is contained in:
ivamp 2024-07-25 15:58:31 +08:00
parent 8c79948d72
commit a2949ca070

5
start.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
touch /app/storage/logs/laravel.log && tail -f /app/storage/logs/laravel.log > /proc/1/fd/2 &
php artisan $@