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/jwst/jwst.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mission/jwst/jwst.ini') diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index cfeba0b..3293d70 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -9,3 +9,6 @@ destination = {{ storage.delivery_dir }}/README.md [template:release_notes.md.in] destination = {{ storage.delivery_dir }}/release_notes.md + +[template:Dockerfile.in] +destination = {{ storage.delivery_dir }}/Dockerfile -- cgit