mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
refactor docker setup
This commit is contained in:
7
docker-compose/setup.sh
Executable file
7
docker-compose/setup.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /var/www
|
||||
|
||||
php artisan storage:link || true
|
||||
php artisan key:generate
|
||||
php artisan passport:keys || true
|
||||
Reference in New Issue
Block a user