Skip to content

Commit

Permalink
Workaround issue DBACLD-126226 Regression in the RES Diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrateau committed Feb 26, 2024
1 parent e5dc3df commit 0e63635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decisionserver/decisionserverconsole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN chmod -R a+x $SCRIPT && sync && if [ ! -f /config/resources/postgres* ]; the
RUN $SCRIPT/extractApp.sh res.war && $SCRIPT/extractApp.sh DecisionService.war

RUN $SCRIPT/changeParamValue.sh management.protocol jmx tcpip $APPS/res.war/WEB-INF/web.xml && \
onDocker false true $APPS/res.war/WEB-INF/web.xml && \
$SCRIPT/changeParamValue.sh autoCreateSchema false true $APPS/res.war/WEB-INF/web.xml

RUN $SCRIPT/manageLicense.sh && $SCRIPT/loadFeatures.sh $SCRIPT && \
Expand Down

0 comments on commit 0e63635

Please sign in to comment.