This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user