chore: fix dockerfile
ci-web / test (push) Successful in 14m18s

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