mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 18:02:55 -05: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