diff options
Diffstat (limited to 'mission/hst/hst.ini')
-rw-r--r-- | mission/hst/hst.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index f2bb4d4..2053d17 100644 --- a/mission/hst/hst.ini +++ b/mission/hst/hst.ini @@ -7,4 +7,7 @@ build_number_fmt = %v.%r+%c destination = {{ storage.delivery_dir }}/README.md [template:release_notes.md.in] -destination = {{ storage.delivery_dir }}/release_notes.md
\ No newline at end of file +destination = {{ storage.delivery_dir }}/release_notes.md + +[template:Dockerfile.in] +destination = {{ storage.delivery_dir }}/Dockerfile
\ No newline at end of file |