Add a Dockerfile to build a service to host templates

This commit is contained in:
Anthony Lapenna
2016-08-23 18:04:44 +12:00
parent 954f4e1a3d
commit 8f2bb0b095

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:stable-alpine
COPY templates.json /usr/share/nginx/html/templates.json
EXPOSE 80