feat(stacks): add stack templates

This commit is contained in:
Anthony Lapenna
2017-11-01 13:13:47 +01:00
parent 702aa9253e
commit 0602a3a26e
2 changed files with 15 additions and 0 deletions

View File

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