Skip to content

Commit cef206e

Browse files
committed
Update Docker compose command
1 parent f535687 commit cef206e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/chem-sync-local-flask/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ touch .client_secret
2727
Start Docker:
2828

2929
```bash
30-
docker compose build
31-
docker compose up
30+
docker compose up --build -d
3231
```
3332

33+
Tip: You can omit the `-d` option if you want to run in the foreground. Otherwise, use `docker compose logs -f` to tail logs.
34+
3435
You can verify that Flask is up and running:
3536

3637
```bash

0 commit comments

Comments
 (0)