diff --git a/static-website/docker/prod/Dockerfile b/static-website/docker/prod/Dockerfile index 8137157..3f33051 100644 --- a/static-website/docker/prod/Dockerfile +++ b/static-website/docker/prod/Dockerfile @@ -1,2 +1,2 @@ FROM nginx:alpine -COPY static-website/. /usr/share/nginx/html \ No newline at end of file +COPY dist/. /usr/share/nginx/html \ No newline at end of file