From 295a3bb0872a58e8dfa4558fa3a505ec882acd0f Mon Sep 17 00:00:00 2001 From: Walter Date: Fri, 21 Feb 2025 06:38:44 +0100 Subject: [PATCH] Fixed update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 2464d52..e755c39 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash git pull origin master --ff-only -docker compose down --remove-orphans && \ docker compose build && \ +docker compose down --remove-orphans && \ docker compose up -d \ No newline at end of file