From 431d815f55d744ef7e5dae72a668ce2b85899fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Jasi=C5=84ski?= Date: Sun, 14 Jun 2026 19:02:51 +0200 Subject: [PATCH] docs: document --nexus-only switch in GEMINI.md --- GEMINI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GEMINI.md b/GEMINI.md index 665de8e..a13271c 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -50,5 +50,5 @@ version: 1.0 > [!IMPORTANT] > **Docker Lifecycle Management** -> Before starting work, the Docker instance of the application must be stopped. After finishing work, a new version from the current branch should be pushed to Docker and the instance restarted. +> Before starting work, the Docker instance of the application must be stopped. After finishing work, a new version from the current branch should be pushed to Docker and the instance restarted. For rapid iterative testing of the web application, you can use `./run-stage.sh --nexus-only` (or `-n`) to rebuild and restart only the web container without resetting database states.