Skip to content

Commit 71d7c02

Browse files
committed
fix/readme
1 parent 21a3506 commit 71d7c02

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ If you use JupyterLab, just you need to access http://localhost:8888
7676
### Test
7777

7878
```bash
79-
docker compose -f docker-compose.test.yml run --rm --entrypoint /bin/sh service_test -lc '
80-
pytest'
79+
docker compose \
80+
-f docker-compose.test.yml run \
81+
--rm --entrypoint \
82+
/bin/sh service_test -lc ' \
83+
pytest'
8184
```
8285

8386
## License

0 commit comments

Comments
 (0)