Fix swagger

Fix nitro prerender
This commit is contained in:
2025-10-11 21:48:42 +02:00
parent ec216bfb9f
commit 86e3399928
4 changed files with 11 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
FROM node:24-alpine AS builder
WORKDIR /app
COPY website/* /app
RUN npm -dd install -g npm
RUN npm -dd install