Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): add download script separate from npm
For the same reasons we need to avoid calling `npm start` in Docker containers, we need to avoid calling `npm run download`. By moving the knowledge of how to do a download from `package.json` to a small script, Docker containers can work without any NPM interference while still having consistency. `npm run download` can call this script for backwards compatibility and convenience when running outside Docker. Connects pelias/pelias#745
- Loading branch information