Missing required environment variable: DATABASE_URL in GitHub CI for generate
Locally, I can build my docker image fine. But in the GitHub CI pipeline, I run into the error in the title.
However, this is a DOCKER image, I don't want to hard-code the DATABASE_URL.
Shouldn't it be grabbing it from the environment variables? Why does it need the database_url for
However, this is a DOCKER image, I don't want to hard-code the DATABASE_URL.
Shouldn't it be grabbing it from the environment variables? Why does it need the database_url for
npx prisma generate?