Update homarr.sh

This commit is contained in:
Tobias
2025-05-18 19:52:54 +02:00
committed by GitHub
parent 247f056231
commit 49e71dc56a

View File

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