Hey,
getting stuck at this point suggests that the ors didn’t build successfully in the container. To check this, do the following:
- enter the container (
docker exec -it ors-app bash) - check whether
/ors-core/openrouteservice/target/ors.warand/usr/local/tomcat/webapp/ors.warexist - if not, run
mvn -f /ors-core/openrouteservice/pom.xml package -DskipTestsand check/post the output
Best regards