fix: add build flag to docker compose up command in deployment workflow

This commit is contained in:
2026-01-21 23:54:26 +01:00
parent 3f9058751c
commit 45808ab4cf

View File

@@ -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