mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 10:21:25 -06:00
10 lines
198 B
Bash
Executable File
10 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
cat .env.docker | envsubst > .env && cat .env
|
|
composer dump-autoload
|
|
php artisan optimize
|
|
php artisan package:discover
|
|
php artisan firefly:instructions install
|
|
exec apache2-foreground
|