diff --git a/Dockerfile b/Dockerfile index 8e288b1..6472936 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM nginx:latest COPY src /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/default.conf +#COPY nginx.conf /etc/nginx/conf.d/default.conf -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]