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