Skip to content

Commit

Permalink
Merge pull request #129 from deegree/fix/ghaction-repourl-71
Browse files Browse the repository at this point in the history
Fixes the repository url for downloading WAR file from nexus
  • Loading branch information
dstenger authored Aug 16, 2024
2 parents 2cb2491 + d6969bb commit a715bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV DEEGREE_OAF_VERSION=1.3.0
EXPOSE 8080

# add deegree OGCAPI webapp
RUN curl https://repo.deegree.org/repository/public-ogcapi/org/deegree/deegree-ogcapi-webapp-postgres/${DEEGREE_OAF_VERSION}/deegree-ogcapi-webapp-postgres-${DEEGREE_OAF_VERSION}.war -o /usr/local/tomcat/webapps/deegree-ogcapi.war
RUN curl https://repo.deegree.org/content/repositories/public/org/deegree/deegree-ogcapi-webapp-postgres/${DEEGREE_OAF_VERSION}/deegree-ogcapi-webapp-postgres-${DEEGREE_OAF_VERSION}.war -o /usr/local/tomcat/webapps/deegree-ogcapi.war

# run tomcat
CMD ["catalina.sh", "run"]

0 comments on commit a715bfc

Please sign in to comment.