diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-23 17:10:08 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-23 17:19:56 -0500 | 
| commit | 8deba7c9840d3cbccf215bf52584ddfe0d848ce4 (patch) | |
| tree | 1e4f6eb6c1609b9c66fddd52a5115d29cefc39c5 /mission/hst/hst.ini | |
| parent | 0fb3d702f9d91caf5d4d24809369f81099315f8d (diff) | |
| download | stasis-8deba7c9840d3cbccf215bf52584ddfe0d848ce4.tar.gz | |
Add mission Dockerfile templates
* Generate Dockerfile
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 | 
