From 9ca9233bf601fdff04911758d29144c6390e5e62 Mon Sep 17 00:00:00 2001 From: Meik Date: Tue, 7 Apr 2026 15:39:17 +0200 Subject: [PATCH] Document container restart workflow --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index cfeade1..65648e3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,6 +9,7 @@ Before making any code or file change that results in a diff: After completing a requested change: - Create a commit with a clear message. - Push the commit to the current remote branch. +- Rebuild and restart affected services with `docker compose -f /root/fb/docker-compose.yml up -d --build backend web` so backend and settings changes are live. ## Scope