mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 01:58:47 +00:00
12 lines
337 B
JSON
12 lines
337 B
JSON
{
|
|
"commands": [
|
|
"echo Starting installation...",
|
|
"echo starting docker container",
|
|
"yarn start-containers",
|
|
"echo generating prisma",
|
|
"yarn prisma generate",
|
|
"echo migrating database",
|
|
"yarn prisma migrate dev --name init"
|
|
],
|
|
"requiredKeys": ["DATABASE_URL", "TOKEN_SECRET", "DB_USER", "DB_PASSWORD"]
|
|
}
|