Update homarr.sh

This commit is contained in:
Tobias
2025-05-16 23:09:44 +02:00
committed by GitHub
parent 30abe3e9bc
commit 34fc83e475

View File

@@ -124,7 +124,9 @@ EOF
fetch_and_deploy_gh_release "homarr-labs/homarr"
mv /opt/homarr-data-backup/.env /opt/homarr/.env
cd /opt/homarr
echo $NODE_ENV
unset NODE_ENV
echo $NODE_ENV
$STD pnpm install
$STD pnpm build
cp /opt/homarr/apps/nextjs/next.config.ts .