Yes, a database is required during build due to Pr...
# docker
c
Yes, a database is required during build due to Prisma and the schema generation, also the migration scripting is currently part of the build. It does not have to be the same database as the one you use at runtime
j
aha! which env vars define the Prisma/schema generation connection vs. the application’s connection?
c
They both use the same database_url variable