diff --git a/Dockerfile b/Dockerfile index ee44b86..1602fb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM maven:3.9.5-eclipse-temurin-21 as build WORKDIR /graphhopper -COPY graphhopper . RUN mvn clean install -DskipTests