Added achievement data

This commit is contained in:
2026-05-10 02:28:30 +10:00
parent f2b2eaaabe
commit 217a971360
23 changed files with 479 additions and 470 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/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;'