Patch dockerfile bookworm a lieu de alpine pour corriger le problème de build
Some checks failed
E2E Tests / e2e (push) Failing after 19s
Build & Push Images / build (brain) (push) Successful in 58s
Build & Push Images / build (core) (push) Successful in 1m39s
Build & Push Images / build (web) (push) Failing after 1m48s

This commit is contained in:
2026-04-27 21:56:04 +02:00
parent c3873ddd84
commit 03bc669efe

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine AS build FROM node:20-bookworm-slim AS build
WORKDIR /build WORKDIR /build
COPY package*.json ./ COPY package*.json ./
RUN npm ci --include=dev --ignore-scripts RUN npm ci --include=dev --ignore-scripts