Created
July 29, 2019 02:11
-
-
Save kaz29/c57fc35ee6c146a74357d20935341e58 to your computer and use it in GitHub Desktop.
OSRM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM osrm/osrm-backend:v5.22.0 | |
EXPOSE 5000 | |
CMD ["osrm-routed", "--algorithm", "ch", "/srv/kanto-latest.osrm"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment