maj deploy V4
All checks were successful
Build and Push App / build (push) Successful in 3m3s

This commit is contained in:
2026-04-20 11:11:42 +02:00
parent cb5cee44f4
commit dd047c5aa1
3 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ ENV PATH /app/node_modules/.bin:$PATH
# On copie tout, on installe tout, on build tout au même endroit
COPY . .
RUN npm install
RUN npm ci
RUN npx prisma generate
RUN npm run build