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