File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ COPY ./config/onebusaway-api-webapp-data-sources.xml ./WEB-INF/classes/data-sour
72
72
RUN cp $CATALINA_HOME/lib/mysql-connector-j-8.3.0.jar ./WEB-INF/lib
73
73
RUN mv /oba/webapps/onebusaway-api-webapp $CATALINA_HOME/webapps
74
74
75
- WORKDIR /oba/webapps/onebusaway-enterprise-acta-webapp
75
+ WORKDIR /oba/webapps/ROOT
76
76
RUN cp /oba/libs/onebusaway-enterprise-acta-webapp-${OBA_VERSION}.war .
77
77
RUN jar xvf onebusaway-enterprise-acta-webapp-${OBA_VERSION}.war
78
78
RUN rm onebusaway-enterprise-acta-webapp-${OBA_VERSION}.war
79
79
COPY ./config/onebusaway-enterprise-acta-webapp-data-sources.xml ./WEB-INF/classes/data-sources.xml.bak
80
80
RUN cp $CATALINA_HOME/lib/mysql-connector-j-8.3.0.jar ./WEB-INF/lib
81
- RUN mv /oba/webapps/onebusaway-enterprise-acta-webapp $CATALINA_HOME/webapps
81
+ RUN mv /oba/webapps/ROOT $CATALINA_HOME/webapps
82
82
83
83
RUN rm -rf /oba/libs
84
84
Original file line number Diff line number Diff line change 113
113
fi
114
114
115
115
# Google map related environment variables
116
- ENTERPRISE_ACTA_WEBAPP_XML_FILE=" $CATALINA_HOME /webapps/onebusaway-enterprise-acta-webapp /WEB-INF/classes/data-sources.xml"
116
+ ENTERPRISE_ACTA_WEBAPP_XML_FILE=" $CATALINA_HOME /webapps/ROOT /WEB-INF/classes/data-sources.xml"
117
117
BEAN_ID=" configurationServiceClient"
118
118
LOCAL_JSON_FILE=" /var/lib/oba/config.json"
119
119
# Idempotence
You can’t perform that action at this time.
0 commit comments