From af07707f3fc75d6b3433e83a7b1621ed92a66fa8 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Thu, 16 Feb 2023 11:35:22 +0100 Subject: [PATCH] Detach the container --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 16901f7..cfe5e89 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/bin/bash docker compose down -docker compose up --build +docker compose up -d --build