Skip to content

Commit c95f0f2

Browse files
bors[bot]bidoubiwa
andauthored
Merge #173
173: Update docker in CONTRIBUTING.md r=curquiza a=bidoubiwa See meilisearch/meilisearch-js#687 Co-authored-by: cvermand <[email protected]>
2 parents 6eaf2c6 + 4319528 commit c95f0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each PR should pass the tests and the linter to be accepted.
4242
```bash
4343
# Tests
4444
$ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
45-
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
45+
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
4646
$ pipenv run pytest meilisearch
4747
# Linter
4848
$ pipenv run pylint meilisearch

0 commit comments

Comments
 (0)