Skip to content

Commit

Permalink
#71 fixes repo url for download from nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Aug 16, 2024
1 parent 2cb2491 commit d6969bb
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 d6969bb

Please sign in to comment.