From 302fc3ab1d5a448df0074dd0a61bd1881f9d6fb0 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Wed, 6 Nov 2024 14:53:28 +0100 Subject: [PATCH] document force build --- docs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0c01718..2af5874 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,7 +22,10 @@ bundle exec jekyll serve --watch or with docker: ``` -docker-compose up +docker compose up + +# to force the rebuild of the docker image +docker compose up --build ```