FROM ghcr.io/project-osrm/osrm-backend:latest WORKDIR /data COPY data-final/ /data/ CMD ["osrm-routed", "--algorithm", "ch", "/data/nizhny.osrm"]