From 666b62e2930cd37258759d16ca71d26c4a616e84 Mon Sep 17 00:00:00 2001 From: Aurian JAULT Date: Mon, 1 Jul 2024 08:41:00 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c3e5ec..ce3689b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,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/ -EXPOSE 80 +COPY --from=build /usr/local/app/dist/portofolio/browser/ /usr/share/nginx/html/ +EXPOSE 8080