feat: npm run build dockerfile
Laravel CI-CD (Gitea) / Tests Unitaires (push) Successful in 15s Details
Laravel CI-CD (Gitea) / Build & Push Docker (push) Failing after 9s Details
Laravel CI-CD (Gitea) / Déploiement Simplifié (push) Has been skipped Details

This commit is contained in:
Leon 2026-03-19 10:26:00 +01:00
parent 02312d35c0
commit c4bb236385
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ FROM node:20-alpine AS node-build
WORKDIR /var/www/html
COPY package*.json ./
RUN npm install
RUN npm ci
COPY . .
RUN npm run build