IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

Refactor Dockerfile to remove r2gg_pipeline.sh call #21

Closed jmkerloch closed 1 year ago

jmkerloch commented 1 year ago

Docker image should not contains commands (only bash).

Need to update :

:warning: road2 must also be updated to adapt docker-compose.yml : r2gg_pipeline.sh call must be added (issue to be created)

jmkerloch commented 1 year ago

There is no call of r2gg_pipeline.sh in Dockerfile. I misread the command to add execution right to script.

docker-compose.yml already updated in https://github.com/IGNF/route-graph-generator/pull/22