Heimdall-Dashboard: run full composer install on update, force production env

This commit is contained in:
MickLesk
2026-08-04 23:00:02 +02:00
parent 26abc114fd
commit 98e3295124
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ fetch_and_deploy_gh_release "Heimdall" "linuxserver/Heimdall" "tarball"
msg_info "Setting up Heimdall-Dashboard"
cd /opt/Heimdall
cp .env.example .env
sed -i 's/^APP_ENV=.*/APP_ENV=production/' .env
$STD php artisan key:generate
msg_ok "Setup Heimdall-Dashboard"