Add dcae documentation repo

Change-Id: I53662e0a1562d38775c878d6f257b50a125a998c
Issue-Id: DCAEGEN2-81
Signed-off-by: Michael Hwang <mhwang@research.att.com>
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..3a87fa3
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,5 @@
+FROM nginx:1.11.8
+
+# Copies all files into the default directory nginx serves from
+# See /etc/nginx/conf.d/default.conf
+COPY site /usr/share/nginx/html