diff --git a/Dockerfile b/Dockerfile index 0071486..1f74906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,5 @@ -FROM nginx \ No newline at end of file +FROM nginx + +RUN rm -rf /usr/share/nginx/html/* + +ADD index.html /usr/share/nginx/html/ \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..657e011 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ + +
+