Skip to content

Commit

Permalink
Merge pull request #111 from sangria-graphql/doc_force_build
Browse files Browse the repository at this point in the history
Doc force build
  • Loading branch information
yanns authored Nov 6, 2024
2 parents 96d6f48 + 302fc3a commit 8abfd93
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 8abfd93

Please sign in to comment.