Daemonify production start command

This commit is contained in:
Alistair McIntyre 2021-12-20 11:51:56 +13:00
parent 9e1c98dc24
commit d016182c39

2
dev
View file

@ -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() {