Update homarr.sh

This commit is contained in:
Tobias
2025-05-18 19:28:37 +02:00
committed by GitHub
parent 36e7dfafff
commit 9004f93ddc

View File

@@ -124,8 +124,8 @@ EOF
fetch_and_deploy_gh_release "homarr-labs/homarr"
mv /opt/homarr-data-backup/.env /opt/homarr/.env
cd /opt/homarr
unset NODE_ENV
$STD pnpm install --recursive --frozen-lockfile
$STD NODE_ENV="" pnpm install --recursive --frozen-lockfile
$STD pnpm build
cp /opt/homarr/apps/nextjs/next.config.ts .
cp /opt/homarr/apps/nextjs/package.json .