diff --git a/nginx/Dockerfile b/nginx/Dockerfile new file mode 100644 index 0000000..72fe891 --- /dev/null +++ b/nginx/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:latest +COPY default.conf /etc/nginx/conf.d/ +COPY html /usr/share/nginx/html