diff --git a/Dockerfile b/Dockerfile index 156727d..bdc9b88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM nginx COPY html/ /usr/share/nginx/html -COPY default.conf /etc/nginx/conf.d/default.conf +COPY d3vyce.conf /etc/nginx/conf.d/d3vyce.conf diff --git a/default.conf b/d3vyce.conf similarity index 100% rename from default.conf rename to d3vyce.conf