diff --git a/Dockerfile b/Dockerfile index 61cb139..4db5c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ FROM nginx:alpine -COPY nginx.conf /etc/nginx/conf.d/default.conf COPY html/ /usr/share/nginx/html/ \ No newline at end of file