dockerfile for nginx
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 5 Feb 2017 01:44:36 +0000 (17:44 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 5 Feb 2017 01:44:36 +0000 (17:44 -0800)
ch13/nginx/Dockerfile [new file with mode: 0644]

diff --git a/ch13/nginx/Dockerfile b/ch13/nginx/Dockerfile
new file mode 100644 (file)
index 0000000..5c03486
--- /dev/null
@@ -0,0 +1,6 @@
+FROM nginx
+RUN rm /etc/nginx/conf.d/default.conf
+RUN rm /etc/nginx/conf.d/examplessl.conf
+COPY ghost.conf /etc/nginx/conf.d/ghost.conf
+
+