diff --git a/Dockerfile b/Dockerfile index 0617d4f..d935741 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:1.24-bullseye COPY ./site-html /var/www/blog -COPY ./this-repo/nginx.conf /etc/nginx/conf.d/default.conf +COPY ./site-repo/nginx.conf /etc/nginx/conf.d/default.conf