diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-12-04 11:59:36 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-12-04 11:59:36 +0900 |
commit | 8d1870bebbba43dc17426f4757fc63314bc32ec7 (patch) | |
tree | a7b24fc81ceafe2d0a4750185303489a2ebe8d42 /template | |
parent | 140e77e4c56a2eca483355bbdb26c0141a1332ae (diff) | |
parent | 0d127f4ba7c5e23fc93fd6c18cb94d27ed8a370a (diff) | |
download | vim-sonictemplate-8d1870bebbba43dc17426f4757fc63314bc32ec7.tar.gz vim-sonictemplate-8d1870bebbba43dc17426f4757fc63314bc32ec7.tar.bz2 vim-sonictemplate-8d1870bebbba43dc17426f4757fc63314bc32ec7.zip |
Merge branch 'master' of https://github.com/mattn/sonictemplate-vim
Diffstat (limited to 'template')
-rw-r--r-- | template/dockerfile/base-main.dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/dockerfile/base-main.dockerfile b/template/dockerfile/base-main.dockerfile new file mode 100644 index 0000000..de043d3 --- /dev/null +++ b/template/dockerfile/base-main.dockerfile @@ -0,0 +1,4 @@ +FROM {{_input_:FROM_image}} +MAINTAINER {{_input_:author}} <{{_input_:email}}> + +RUN {{_cursor_}} |