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