From de775a731fe00ccd6044aa331cb039625231a174 Mon Sep 17 00:00:00 2001 From: Isman Firmansyah Date: Fri, 14 Oct 2022 15:51:12 +0700 Subject: [PATCH] fix(image): add missing script for openbanking installation (#2618) --- docker-jans-persistence-loader/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-jans-persistence-loader/Dockerfile b/docker-jans-persistence-loader/Dockerfile index b95457f4bc6..3e9901dd224 100644 --- a/docker-jans-persistence-loader/Dockerfile +++ b/docker-jans-persistence-loader/Dockerfile @@ -49,7 +49,8 @@ RUN cd /tmp/jans \ && cp ${JANS_SETUP_DIR}/schema/jans_schema.json /app/schema/jans_schema.json \ && cp ${JANS_SETUP_DIR}/schema/custom_schema.json /app/schema/custom_schema.json \ && cp ${JANS_SETUP_DIR}/static/opendj/index.json /app/static/opendj/index.json \ - && cp -R ${JANS_SCRIPT_CATALOG_DIR} /app/script-catalog + && cp -R ${JANS_SCRIPT_CATALOG_DIR} /app/script-catalog \ + && cp ${JANS_SETUP_DIR}/static/extension/introspection/introspection_role_based_scope.py /app/openbanking/static/extension/introspection/ RUN mkdir -p /app/templates/jans-config-api