diff --git a/Dockerfile b/Dockerfile index e6d4b88..194aeed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ FROM nginxinc/nginx-unprivileged COPY blog/public /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/nginx_extra.conf diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index fa5c8ed..0000000 --- a/nginx.conf +++ /dev/null @@ -1 +0,0 @@ -add_header X-Clacks-Overhead "GNU Terry Pratchett";