Add a delay to let the PostgreSQL docket container spin up.

This commit is contained in:
Jonathan Bernard 2019-02-18 10:12:20 -06:00
parent eecae810d2
commit dbe2e3d2be

View File

@ -11,6 +11,7 @@ postgres.container.id:
start-postgres: postgres.container.id
docker start $(PGSQL_CONTAINER_ID)
sleep 1
db_migrate up -c database-local.json
stop-postgres: postgres.container.id