Skip to content

Commit

Permalink
Fixed maven module name for webservice documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Jun 12, 2024
1 parent e35e99a commit 371c313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV CATALINA_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.saxon.Transfo
WORKDIR /usr/local/tomcat/webapps/
# download deegree war file
RUN curl https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/${DEEGREE_VERSION}/deegree-webservices-${DEEGREE_VERSION}.war -o /usr/local/tomcat/webapps/deegree-webservices.war
RUN curl https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices-handbook/${DEEGREE_VERSION}/deegree-webservices-handbook-${DEEGREE_VERSION}-html.zip -o /tmp/handbook.zip
RUN curl https://repo.deegree.org/content/repositories/public/org/deegree/deegree-documentation/${DEEGREE_VERSION}/deegree-documentation-${DEEGREE_VERSION}-html.zip -o /tmp/handbook.zip
RUN unzip /tmp/handbook.zip -d /usr/local/tomcat/webapps/ROOT/

VOLUME $DEEGREE_WORKSPACE_ROOT
Expand Down

0 comments on commit 371c313

Please sign in to comment.