From d016182c39560c2ced0765948a3cae809175479c Mon Sep 17 00:00:00 2001 From: Alistair McIntyre Date: Mon, 20 Dec 2021 11:51:56 +1300 Subject: [PATCH] Daemonify production start command --- dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev b/dev index ba23fe1..cfec789 100755 --- a/dev +++ b/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() { -- 2.45.2