From 8deba7c9840d3cbccf215bf52584ddfe0d848ce4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 23 Feb 2024 17:10:08 -0500 Subject: Add mission Dockerfile templates * Generate Dockerfile --- mission/hst/hst.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mission/hst/hst.ini') 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 -- cgit