From 45808ab4cfdf4390e6a365f91c93ea4971613644 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Wed, 21 Jan 2026 23:54:26 +0100 Subject: [PATCH] fix: add build flag to docker compose up command in deployment workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1418bc..6dadb18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: # docker compose down # bring up updated services - docker compose up -d --remove-orphans + docker compose up -d --build --remove-orphans # optional cleanup docker image prune -f