hope it works now?

This commit is contained in:
Kristo Copani 2024-11-30 20:23:54 +02:00
parent 2c59fca084
commit 19fdf01351

View File

@ -80,6 +80,8 @@ check_container_resources
mv /opt/storage /opt/firefly-iii/storage
chown -R www-data:www-data /opt/firefly-iii
chmod -R 775 /opt/firefly-iii/storage
cd /opt/firefly-iii
composer install --no-dev &>/dev/null
php artisan migrate --seed &>/dev/null
php artisan firefly-iii:decrypt-all &>/dev/null
php artisan cache:clear &>/dev/null