From 28059406e94210a400d594a1f908f0488bd86a95 Mon Sep 17 00:00:00 2001 From: Kyllian Chabanon Date: Mon, 8 Apr 2024 01:27:15 +0200 Subject: [PATCH] Modifications --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f4ccc4..5dcef1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ COPY . ./ RUN npm run build -- --base=/containers/kyllianchabanon-portfolio/ FROM nginx:1.19-alpine -COPY --from=build /portfolio /usr/share/nginx/html +COPY --from=build /portfolio/build /usr/share/nginx/html