From 102109064a5cb674b320252db244b7ab1f928dc9 Mon Sep 17 00:00:00 2001 From: Jon Couldridge Date: Thu, 13 Feb 2025 13:38:21 +0000 Subject: [PATCH] updated to reflect new bunny image entrypoint changes (#61) --- website/pages/bunny/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/bunny/quickstart.mdx b/website/pages/bunny/quickstart.mdx index f10e879..a9ead09 100644 --- a/website/pages/bunny/quickstart.mdx +++ b/website/pages/bunny/quickstart.mdx @@ -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.