fix osrm-route not in path issue

This commit is contained in:
Jay Zhang 2019-04-02 19:04:37 -07:00
parent 5b2b97bb05
commit 6f17286a9a

View File

@ -13,5 +13,5 @@ RUN cd /osrm-bin && \
EXPOSE 5000 EXPOSE 5000
ENTRYPOINT ["osrm-routed"] ENTRYPOINT ["/osrm-bin/osrm-routed"]