3eme commit
All checks were successful
Angular Docker CI/CD / deploy (push) Successful in 2m58s

This commit is contained in:
faviem
2026-04-02 08:01:45 +01:00
parent 02b6b30cd0
commit d207745a0d
3 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ RUN node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --co
# ==============================
# 2⃣ Serveur Nginx
# ==============================
FROM nginx:latest as build
FROM nginx:latest AS build
# Supprimer config par défaut
RUN rm -rf /usr/share/nginx/html/*