mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-19 13:03:05 -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
|