mise a jour du dockerfile

This commit is contained in:
styve Lioumba
2025-09-27 20:00:41 +02:00
parent 4dd84c129c
commit 6dc072b7eb

View File

@@ -23,7 +23,7 @@ RUN ng build --configuration=$ENVIRONMENT --output-path=dist/
# ETAPE 2: Héberger l'application sur un serveur web nginx
FROM nginx:1.26.0-alpine as server
FROM nginx:1.26.0-alpine AS server
EXPOSE 80
WORKDIR /usr/share/nginx/html