fix: fixup multi problem
ci-api / test (push) Successful in 25m0s
ci-web / test (push) Failing after 7m59s

This commit is contained in:
Nuxgrid
2026-07-30 19:29:57 +02:00
parent 0848d3c0a0
commit ac8bdbcab7
14 changed files with 492 additions and 163 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# --- Build (Vite) ---
FROM node:22-alpine AS build
WORKDIR /app
COPY package.json package-lock.json ./
COPY ../../web/package.json ../../web/package-lock.json ./
RUN npm ci
COPY . .
# Même origine : l'API est proxifiée par nginx (cf. nginx.conf), donc URL relative.