This commit is contained in:
corenthin-lebreton 2026-02-25 23:45:09 +01:00
commit 0ad613a7f2

View File

@ -12,7 +12,7 @@ WORKDIR /app
COPY package*.json ./
# Installer les dépendances (avec cache npm)
RUN npm ci --only=production=false
RUN npm ci --only=production
# Copier le code source
COPY . .