Update homarr.sh

This commit is contained in:
Tobias 2025-05-18 19:44:03 +02:00 committed by GitHub
parent 5eb5062a27
commit 00bbe722b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ EOF
mv /opt/homarr-data-backup/.env /opt/homarr/.env
cd /opt/homarr
$STD pnpm install --recursive --frozen-lockfile --production=false
$STD pnpm install --recursive --frozen-lockfile --production=true
$STD pnpm build
cp /opt/homarr/apps/nextjs/next.config.ts .
cp /opt/homarr/apps/nextjs/package.json .