diff --git a/Dockerfile b/Dockerfile index 14449cd..2ae189b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,6 @@ COPY --from=build /graphhopper/web/target/graphhopper*.jar . COPY graphhopper.sh graphhopper/config-example.yml . -COPY ./graphhopper.sh ./ - VOLUME [ "/data" ] EXPOSE 8989