Daemonify production start command #83

Merged
alistairmcintyre merged 1 commit from alistair/docs into main 2021-12-20 11:52:18 +13:00

2
dev
View file

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