Daemonify production start command
This commit is contained in:
parent
9e1c98dc24
commit
d016182c39
1 changed files with 1 additions and 1 deletions
2
dev
2
dev
|
@ -116,7 +116,7 @@ cmd_build_production() {
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd_start_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() {
|
cmd_stop_production() {
|
||||||
|
|
Loading…
Reference in a new issue