aboutsummaryrefslogtreecommitdiff
path: root/mission/hst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-03-06 12:56:06 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-03-06 12:56:06 -0500
commitbe5892de2753d6aa0a1d080617ebb0311f587a65 (patch)
tree6c2b3b1e405c02e02011bdf45746b1880f9d57b8 /mission/hst
parent2c7b742079ecd265cc0dc288ad8fa44905ff2f61 (diff)
downloadstasis-be5892de2753d6aa0a1d080617ebb0311f587a65.tar.gz
Store rendered Dockerfile template in the docker build directory
Diffstat (limited to 'mission/hst')
-rw-r--r--mission/hst/hst.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini
index 2053d17..dad777c 100644
--- a/mission/hst/hst.ini
+++ b/mission/hst/hst.ini
@@ -10,4 +10,4 @@ destination = {{ storage.delivery_dir }}/README.md
destination = {{ storage.delivery_dir }}/release_notes.md
[template:Dockerfile.in]
-destination = {{ storage.delivery_dir }}/Dockerfile \ No newline at end of file
+destination = {{ storage.build_docker_dir }}/Dockerfile \ No newline at end of file