refactor docker setup

This commit is contained in:
Mohit Panjwani
2020-05-27 14:18:29 +05:30
parent dc37f565c4
commit 6278417423
7 changed files with 108 additions and 138 deletions

7
docker-compose/setup.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
cd /var/www
php artisan storage:link || true
php artisan key:generate
php artisan passport:keys || true