Update README.md

Spelling fix mentioned in https://github.com/IsraelHikingMap/graphhopper-docker-image-push/issues/4#issuecomment-915896610
هذا الالتزام موجود في:
zstadler
2021-09-09 13:45:15 +03:00
ملتزم من قبل GitHub
الأصل 3d2289e641
التزام 9130aecc12

عرض الملف

@@ -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"
```