mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-16 09:39:54 +00:00
docker container and installationscript
This commit is contained in:
parent
b0f631cf45
commit
ec67454987
6 changed files with 77 additions and 2 deletions
14
code/backend/scripts/install.json
Normal file
14
code/backend/scripts/install.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"commands": [
|
||||
"echo Starting installation...",
|
||||
"echo installing node_modules",
|
||||
"yarn install",
|
||||
"echo starting docker container",
|
||||
"yarn start-containers",
|
||||
"echo generating prisma",
|
||||
"yarn prisma generate",
|
||||
"echo migrating database",
|
||||
"yarn prisma migrate dev --name init"
|
||||
],
|
||||
"installed": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue