diff --git a/api/Makefile b/api/Makefile index d09f47b..a8c49b7 100644 --- a/api/Makefile +++ b/api/Makefile @@ -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