fix docker errors

This commit is contained in:
Mohit Panjwani
2020-05-27 16:01:37 +05:30
parent 6278417423
commit 165907d144
4 changed files with 11 additions and 22 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
cd /var/www
docker-compose exec app composer install --no-interaction --prefer-dist --optimize-autoloader
php artisan storage:link || true
php artisan key:generate
php artisan passport:keys || true
docker-compose exec app php artisan storage:link || true
docker-compose exec app php artisan key:generate
docker-compose exec app php artisan passport:keys || true