From a58bff668f917f73106e12626e822f8e7772e48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 1 Nov 2025 19:24:36 +0100 Subject: [PATCH] supervisord --- spawn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spawn.sh b/spawn.sh index 9f51ee5..07c2be2 100644 --- a/spawn.sh +++ b/spawn.sh @@ -1,4 +1,4 @@ #!/bin/bash docker compose down docker system prune -a -docker compose up -build +docker compose up --build