Skip to content

Commit

Permalink
document force build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Nov 6, 2024
1 parent 0d7997b commit 302fc3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 302fc3a

Please sign in to comment.