added nginx with include after body style with materialize CSS

This commit is contained in:
Ivan Ermilov
2016-05-18 16:33:38 +02:00
parent a8bbe0d4b7
commit b3522d1662
7 changed files with 264 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM nginx
MAINTAINER "Ivan Ermilov <mailto:ivan.s.ermilov@gmail.com>"
COPY default.conf /etc/nginx/conf.d/default.conf
COPY custom.html /data/bde-css/custom.html