Create a demo (production) with docker compose!

* Will alter to allow environment configurations.
This commit is contained in:
Jonathan Rosenbaum
2017-09-10 18:20:12 +00:00
parent 6bc0826f48
commit 53ed002440
5 changed files with 229 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
####################
# workstand-nginx #
####################
FROM nginx:1.11-alpine
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
COPY default.conf /etc/nginx/conf.d
RUN mkdir /usr/share/nginx/html/static