From 72068ccd612408d0169f19bb31e12d0808f3ff33 Mon Sep 17 00:00:00 2001 From: Aurian JAULT Date: Mon, 1 Jul 2024 10:21:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71975ba..ad46fb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN npm run build -- --configuration=production --base-href='/containers/aurianj FROM nginx:alpine EXPOSE 8080 COPY nginx.conf /etc/nginx/nginx.conf -COPY --from=build /usr/src/app/dist/portfolioo/browser/ /usr/share/nginx/html \ No newline at end of file +COPY --from=build /usr/src/app/dist/portofolio/browser/ /usr/share/nginx/html \ No newline at end of file