This commit is contained in:
Asim
2015-01-13 23:31:27 +00:00
commit 8e55cde513
43 changed files with 1639 additions and 0 deletions

3
template/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM scratch
ADD template /
ENTRYPOINT [ "/template" ]