Palmr: increase CPU resources

This commit is contained in:
vhsdream
2025-08-04 10:11:45 -04:00
parent 6a7b47acc4
commit 8dbb30ba87
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ sed -e 's/_ENCRYPTION=true/_ENCRYPTION=false/' \
$STD pnpm install
$STD pnpm dlx prisma generate
$STD pnpm dlx prisma migrate deploy
$STD pnpm dlx prisma db push # This was missing from the docs
$STD pnpm dlx prisma db push
$STD pnpm db:seed
$STD pnpm build
msg_ok "Configured palmr backend"