Update homarr.sh

This commit is contained in:
Tobias 2025-05-18 19:52:54 +02:00 committed by GitHub
parent 247f056231
commit 49e71dc56a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ EOF
cd /opt/homarr
echo "test"
export NODE_ENV=""
$STD pnpm install --recursive --frozen-lockfile
$STD pnpm install --recursive --frozen-lockfile --shamefully-hoist
$STD pnpm build
cp /opt/homarr/apps/nextjs/next.config.ts .
cp /opt/homarr/apps/nextjs/package.json .