Skip to content

Commit 171463f

Browse files
authored
Updating docker compose start up line (#1676)
Fixing issue #1665
1 parent 0f6c562 commit 171463f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To start the demo, run this in the root directory of the repository (check
6666
if you have problems):
6767

6868
```sh
69-
docker compose up --build
69+
docker compose --profile ci up --build --attach-dependencies
7070
```
7171

7272
Then, navigate to `http://localhost:3000` (It may take some time to boot up) and

0 commit comments

Comments
 (0)