Intégration finale : auth/FilamentUser, config prod, Octane, fixes build
Build & Deploy / build (push) Successful in 7s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-19 03:10:31 +02:00
co-authored by Claude Opus 4.8
parent 8ee9596529
commit 34f6ec5299
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM node:22-slim AS build
WORKDIR /app
COPY package*.json ./
RUN npm ci --no-audit --no-fund
RUN npm install --no-audit --no-fund
COPY . .
RUN npm run build