fix: enhance run script to remove existing containers before starting
This commit is contained in:
parent
1cdd6fb876
commit
040e2b4332
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"setup": "./scripts/conductor-setup.sh",
|
||||
"run": "spin up; spin down"
|
||||
"run": "docker rm -f coolify coolify-realtime coolify-minio coolify-testing-host coolify-redis coolify-db coolify-mail coolify-vite; spin up; spin down"
|
||||
},
|
||||
"runScriptMode": "nonconcurrent"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue