Skip to content

Commit 8abfd93

Browse files
authored
Merge pull request #111 from sangria-graphql/doc_force_build
Doc force build
2 parents 96d6f48 + 302fc3a commit 8abfd93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ bundle exec jekyll serve --watch
2222

2323
or with docker:
2424
```
25-
docker-compose up
25+
docker compose up
26+
27+
# to force the rebuild of the docker image
28+
docker compose up --build
2629
```
2730

2831

0 commit comments

Comments
 (0)