Added achievement data
This commit is contained in:
@@ -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;'
|
||||
Reference in New Issue
Block a user