From 313c254b7b10b14c5c7af1372afc8c8c9838ce26 Mon Sep 17 00:00:00 2001 From: marisancans Date: Mon, 18 Oct 2021 12:45:14 +0300 Subject: [PATCH] fixed typo (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ea27d..887e7a3 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/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" +docker run --entrypoint /bin/bash israelhikingmap/graphhopper -c "wget https://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O /data/berlin.osm.pbf && java -Ddw.graphhopper.datareader.file=/data/berlin.osm.pbf -Ddw.graphhopper.graph.location=berlin-gh -jar *.jar server config-example.yml" ```