mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
fix(conductor): update run script to include 'spin down' command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"setup": "./scripts/conductor-setup.sh",
|
||||
"run": "spin up"
|
||||
"run": "spin up; spin down"
|
||||
},
|
||||
"runScriptMode": "nonconcurrent"
|
||||
}
|
||||
Reference in New Issue
Block a user