Daemonify production start command #83
1 changed files with 1 additions and 1 deletions
2
dev
2
dev
|
@ -116,7 +116,7 @@ cmd_build_production() {
|
|||
}
|
||||
|
||||
cmd_start_production() {
|
||||
docker-compose -f docker-compose.production.yaml up --remove-orphans
|
||||
docker-compose -f docker-compose.production.yaml up -d --remove-orphans
|
||||
}
|
||||
|
||||
cmd_stop_production() {
|
||||
|
|
Loading…
Reference in a new issue