aboutsummaryrefslogtreecommitdiff
path: root/ci/container/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/container/run.sh')
-rw-r--r--ci/container/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/container/run.sh b/ci/container/run.sh
index b452f2a..d829509 100644
--- a/ci/container/run.sh
+++ b/ci/container/run.sh
@@ -6,6 +6,9 @@ echo "Generating configuration files"
rm -rf config && mkdir config
+#move the routes xml file to the output config dir
+cp config-templates/routes.xml config/routes.xml
+
#substitude all -template files in the config-templates dir and write them to the config dir
for file in config-templates/*-template.json; do
envsubst < $file > config/$(basename $file -template.json).json