From 5cfa8402e2fcbab4171351178519413fe71a8298 Mon Sep 17 00:00:00 2001 From: Eddie Moser Date: Fri, 30 Nov 2018 03:19:54 +0000 Subject: [PATCH] Added new index.html and updated Dockerfile --- Dockerfile | 1 + index.html | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 index.html 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 @@ + + + + Hello World + + + Hello World + + \ No newline at end of file