Closed jkhartshorne closed 5 years ago
It seems like this might be because the containers aren't started yet:
Joshuas-Air:pushkin jkhartshorne$ docker-compose -f docker-compose.dev.yml start Starting message-queue ... done Starting api ... done Starting server ... done Starting test_db ... done Joshuas-Air:pushkin jkhartshorne$ docker-compose -f pushkin/docker-compose.dev.yml exec -T test_db psql -U postgres -c "create database test_db" CREATE DATABASE
Fixed with v. 0.1.15 of cli.
Building the test database isn't currently working: