Skip to content

Commit

Permalink
fix(image): add missing script for openbanking installation (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Oct 14, 2022
1 parent b70b8b2 commit de775a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-jans-persistence-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de775a7

Please sign in to comment.