This commit is contained in:
Nikidze
2025-10-31 22:08:55 +03:00
commit e3f8caf59f
78 changed files with 9249 additions and 0 deletions

View File

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