pelias / geonames

Import pipeline for geonames in to Pelias
https://pelias.io
MIT License
45 stars 37 forks source link

Fix Docker build by skipping npm install scripts #398

Closed orangejulius closed 3 years ago

orangejulius commented 3 years ago

These scripts will try to run the downloadMetadata task before the code actually exists in the Docker image.

We explicitly run that step later, so it's not a problem to skip it during npm install