Skip to content

Commit

Permalink
updated to reflect new bunny image entrypoint changes (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
beforan authored Feb 13, 2025
1 parent 50296a2 commit 1021090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/bunny/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or manually saving it to a file `bunny-demo.compose.yml`
This will start the database, initialise it with a synthetic OMOP CDM dataset, and run a query against it.

```bash copy
docker compose -f bunny-demo.compose.yml run --entrypoint uv bunny run bunny --body tests/queries/availability.json
docker compose -f bunny-demo.compose.yml run bunny bunny --body tests/queries/availability.json
```

This will take a minute or so to download the images and start the containers.
Expand Down

0 comments on commit 1021090

Please sign in to comment.