Skip to content

Commit

Permalink
add missing ROOT context
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 25, 2024
1 parent 7ec967b commit d8529bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repository/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN sed -i \
ADD amps /tmp/amps
RUN if [ -f /tmp/amps/alfresco-aos-module-*.amp ]; then umask 0027; \
unzip ${DISTDIR}/web-server/webapps/ROOT.war -d ${CATALINA_HOME}/webapps/ROOT/; \
cp ${CATALINA_HOME}/webapps/ROOT/META-INF/context.xml ${CATALINA_HOME}/conf/Catalina/localhost/ROOT.xml; \
unzip ${DISTDIR}/web-server/webapps/_vti_bin.war -d ${CATALINA_HOME}/webapps/_vti_bin/; \
else echo "No AOS module found"; \
fi
Expand Down

0 comments on commit d8529bb

Please sign in to comment.