Daemonify production start command #83

Merged
alistairmcintyre merged 1 commit from alistair/docs into main 2021-12-20 11:52:18 +13:00
Showing only changes of commit d016182c39 - Show all commits

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