hurricane-response / florence-api

Fork of https://github.com/sketch-city/harvey-api for Hurricane Florence
https://hurricane-florence-api.herokuapp.com/
GNU General Public License v3.0
50 stars 14 forks source link

fix: Remove long-running import command from docker entry #90

Closed omnilord closed 5 years ago

omnilord commented 5 years ago

If left in, running docker-compose up --build could spin for a long time and exhaust geocoding credits very quickly. It's better to voluntarily run the import than expose users to an unexpected, potentially costly behavior.

nihonjinrxs commented 5 years ago

I'm fine with this, so long as we call it out in the README/CONTRIBUTING docs that this is available (and I think it's already there).