diff --git a/Dockerfile b/Dockerfile index 861cf9e..b01cd9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine -COPY ./custom1/*.html /usr/share/nginx/html/ +COPY ./newtest/*.html /usr/share/nginx/html/ EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]