This is required for a successful startup, so this makes it the
default command rather than requiring it to be overridden in the
compose file.
Co-authored-by: Luke Vella <me@lukevella.com>
This patch passes the explicit path to the prisma schema so
that the initial table creation is performed. Otherwise the
command will print:
No migration found in prisma/migrations
And attempting to create a poll produces the postgres error:
ERROR: relation "public.users" does not exist at character 35
STATEMENT: SELECT "public"."users"."id" FROM "public"."users" WHERE "public"."users"."email" = $1 OFFSET $2
Signed-off-by: Trammell Hudson <hudson@trmm.net>