mirror of https://github.com/kcal-app/kcal.git
Finalize DevContainer support
This commit is contained in:
parent
0fa77ec6cb
commit
96a285d619
|
|
@ -4,4 +4,7 @@ echo alias sail=\'sh $([ -f sail ] && echo sail || echo vendor/bin/sail)\' >> ~/
|
|||
chown -R 1000:1000 /var/www/html
|
||||
composer install
|
||||
cp .env.example .env
|
||||
php artisan key:generate --force -n
|
||||
php artisan migrate
|
||||
php artisan elastic:migrate
|
||||
php artisan key:generate --force -n
|
||||
php artisan db:seed
|
||||
|
|
|
|||
Loading…
Reference in New Issue