diff options
Diffstat (limited to 'mission/roman')
-rw-r--r-- | mission/roman/roman.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index 3293d70..a59072d 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.ini @@ -11,4 +11,4 @@ destination = {{ storage.delivery_dir }}/README.md destination = {{ storage.delivery_dir }}/release_notes.md [template:Dockerfile.in] -destination = {{ storage.delivery_dir }}/Dockerfile +destination = {{ storage.build_docker_dir }}/Dockerfile |