Run the test suite by running:
- docker-compose run --rm web bundle exec rake test:db
+ docker-compose run --rm web bundle exec rails test:all
### Loading an OSM extract
docker-compose run --rm web osmosis \
-verbose \
--read-pbf district-of-columbia-latest.osm.pbf \
+ --log-progress \
--write-apidb \
host="db" \
database="openstreetmap" \