add artisan wipe
This commit is contained in:
parent
c75b56f63d
commit
ad266aa308
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ echo "[LARAVEL-FIXER] Waiting for mysql..."
|
||||||
/usr/bin/wait-for-mysql
|
/usr/bin/wait-for-mysql
|
||||||
echo "[LARAVEL-FIXER] Mysql Ready, Laravel Ready."
|
echo "[LARAVEL-FIXER] Mysql Ready, Laravel Ready."
|
||||||
|
|
||||||
|
php artisan wipe
|
||||||
|
|
||||||
touch /var/lock/laravel_ready
|
touch /var/lock/laravel_ready
|
||||||
|
|
||||||
# Output the laravel log to the docker terminal.
|
# Output the laravel log to the docker terminal.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue