diff --git a/letsencrypt-nginx/Dockerfile.home b/letsencrypt-nginx/Dockerfile.home index 1608f0b..3bb1dec 100644 --- a/letsencrypt-nginx/Dockerfile.home +++ b/letsencrypt-nginx/Dockerfile.home @@ -1,7 +1,7 @@ ARG image FROM $image COPY ./conf/home.conf /etc/nginx/user.conf.d/server._conf -COPY ./nginx.conf /etc/nginx/nginx.conf -COPY ./website /www/data +COPY nginx.conf /etc/nginx +COPY website /www/data COPY home.sh / CMD sh /home.sh \ No newline at end of file diff --git a/letsencrypt-nginx/website/index copy.html b/letsencrypt-nginx/website/index copy.html new file mode 100644 index 0000000..99819a2 --- /dev/null +++ b/letsencrypt-nginx/website/index copy.html @@ -0,0 +1 @@ +

SiGyl Ltd

\ No newline at end of file