From 5e7d337bf81b1a8d532da0f3f2291f09a489ffdf Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 14:41:07 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 2e977f5..042590d 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -21,6 +21,8 @@ FROM nginx:alpine # Copier les fichiers construits depuis l'étape précédente COPY --from=build /app/build /usr/share/nginx/html +RUN cat nginx.conf + # Copier la configuration personnalisée pour Nginx (si nécessaire) COPY nginx.conf /etc/nginx/conf.d/default.conf