diff --git a/Dockerfile b/Dockerfile index ba03b2b..7d3ee4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,6 +138,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf +COPY index.html /usr/share/nginx/html/index.html EXPOSE 80 diff --git a/index.html b/index.html new file mode 100644 index 0000000..b701253 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + +
+