File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,19 @@ RUN apk add --no-cache ca-certificates
10
10
11
11
COPY ${ODMDOCKERDIR}/decisioncenter/script ${ODMDOCKERDIR}/standalone/script ${ODMDOCKERDIR}/common/script ${ODMDOCKERDIR}/common/features ${SCRIPT}/
12
12
COPY ./executionserver/ /executionserver/
13
+ # Welcome page
14
+ COPY $ODMDOCKERDIR/welcomepage /welcomepage
13
15
14
16
# Loan Server Sample presence flag
15
17
RUN set -ex; \
16
18
if [ -d /executionserver/samples/rulesetexecution/loan-server ]; then \
17
19
touch /use_loan_server; \
18
- if [ -f /welcomepage/src/main/webapp/index.html ]; then \
19
- sed -i 's/ loan-server-hidden//g' /welcomepage/src/main/webapp/index.html; \
20
- fi; \
21
20
if [ -f /welcomepage/src/main/webapp/index.jsp ]; then \
22
21
sed -i 's/ loan-server-hidden//g' /welcomepage/src/main/webapp/index.jsp; \
23
22
fi; \
24
23
fi
25
24
26
- # Welcome page
27
- COPY $ODMDOCKERDIR/welcomepage /welcomepage
25
+
28
26
29
27
RUN cd /welcomepage; mvn clean install | grep -v 'Download.*'
30
28
RUN mkdir -p /config/dbdata /config/resources && chmod -R 777 /config/dbdata /config/resources
You can’t perform that action at this time.
0 commit comments