diff --git a/Dockerfile b/Dockerfile index 210a55f..d0a0e46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM nginx:alpine RUN rm -rf /usr/share/nginx/html/* # Copy build output from dist folder to nginx html directory -COPY dist/ /usr/share/nginx/html/ +COPY build/ /usr/share/nginx/html/ # Copy custom nginx config COPY nginx.conf /etc/nginx/nginx.conf