summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2016-12-30 12:55:46 -0500
committerMichael Hwang <mhwang@research.att.com>2017-08-23 15:10:33 -0400
commit014a27a90d7ed4bf2f2c557ccfe02661a04d9655 (patch)
tree401a0e169602e42379f1ed9887678de24402aa72 /Dockerfile
parent487c0cc16cdca19c7014898eab240c0e3c913b85 (diff)
Add dcae documentation repo
Change-Id: I53662e0a1562d38775c878d6f257b50a125a998c Issue-Id: DCAEGEN2-81 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 00000000..3a87fa37
--- /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