From 0157c10d73c15c751eb45f8208fc9ddf94ff5159 Mon Sep 17 00:00:00 2001 From: Aurian JAULT Date: Mon, 1 Jul 2024 10:13:25 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ce3689b..363d315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN npm run build # Stage 2: Serve app with nginx server FROM nginx:latest COPY --from=build /usr/local/app/dist/portofolio/browser/ /usr/share/nginx/html/ +COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 8080