diff --git a/Dockerfile b/Dockerfile index 0f50875..10ee32f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM nginx COPY html/ /usr/share/nginx/html +COPY nginx.conf /etc/nginx/nginx.conf