fix(deps): align react types with astrojs/react v18 and use modern --omit=dev in Dockerfile
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 6s

This commit is contained in:
Daniel S
2026-08-09 22:08:23 +02:00
parent 64c257f050
commit bb69e554d0
3 changed files with 639 additions and 929 deletions

View File

@@ -22,7 +22,7 @@ ENV DATA_DIR=/app/data
RUN mkdir -p /app/data
COPY package*.json ./
RUN npm ci --only=production
RUN npm ci --omit=dev
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/public ./public