We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abae938 commit cfcd6b7Copy full SHA for cfcd6b7
2 files changed
standalone/Dockerfile
@@ -10,6 +10,7 @@ ENV THIRDPARTY /thirdpartylib
10
RUN apt-get update && apt-get install unzip
11
12
COPY ${ODMDOCKERDIR}/decisioncenter/script ${ODMDOCKERDIR}/standalone/script ${ODMDOCKERDIR}/common/script ${ODMDOCKERDIR}/common/features ${SCRIPT}/
13
+COPY ${ODMDOCKERDIR}/common/config/ltpa.xml /config/ltpa.xml
14
COPY ./executionserver/ /executionserver/
15
# Welcome page
16
COPY $ODMDOCKERDIR/welcomepage /welcomepage
standalone/config/server.xml
@@ -3,6 +3,9 @@
3
<!-- feature manager -->
4
<include optional="true" location="./featureManager.xml"/>
5
6
+ <!-- SSO configuration -->
7
+ <include optional="true" location="./ltpa.xml"/>
8
+
9
<!-- Datasource and libraries -->
<include optional="true" location="./datasource.xml"/>
0 commit comments