From 9130aecc12ed9aef4be6587ef02568a936d39daf Mon Sep 17 00:00:00 2001 From: zstadler Date: Thu, 9 Sep 2021 13:45:15 +0300 Subject: [PATCH] Update README.md Spelling fix mentioned in https://github.com/IsraelHikingMap/graphhopper-docker-image-push/issues/4#issuecomment-915896610 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6370923..f1ea27d 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Without the `TOOL_OPTS` this image won't run! You can also completely override the entry point and use this for example: ``` -docker run --entrypoint /bin/bash israelhikingmap/graphhhopper -c "wget https://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O /data/berlin.osm.bpf && java -Ddw.graphhopper.datareader.file=/data/berlin.osm.pbf -Ddw.graphhopper.graph.location=berlin-gh -jar *.jar server config-example.yml" +docker run --entrypoint /bin/bash israelhikingmap/graphhopper -c "wget https://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O /data/berlin.osm.bpf && java -Ddw.graphhopper.datareader.file=/data/berlin.osm.pbf -Ddw.graphhopper.graph.location=berlin-gh -jar *.jar server config-example.yml" ```