add artisan wipe

This commit is contained in:
Greyscale 2023-05-15 00:06:08 +02:00
parent c75b56f63d
commit ad266aa308
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -21,6 +21,8 @@ echo "[LARAVEL-FIXER] Waiting for mysql..."
/usr/bin/wait-for-mysql
echo "[LARAVEL-FIXER] Mysql Ready, Laravel Ready."
php artisan wipe
touch /var/lock/laravel_ready
# Output the laravel log to the docker terminal.