build fix

This commit is contained in:
9qeklajc
2026-05-10 10:18:07 +02:00
parent a4d048f2b5
commit 6c5b103149
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ RUN corepack enable pnpm && corepack prepare pnpm@latest --activate
# Copy UI source
COPY ui/package.json ui/pnpm-lock.yaml* ./
RUN pnpm install --frozen-lockfile --allow-build=sharp --allow-build=unrs-resolver
RUN pnpm install --frozen-lockfile
COPY ui/ ./
ENV NEXT_TELEMETRY_DISABLED=1
+6
View File
@@ -88,5 +88,11 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
]
}
}