fixes for tests and update to README.md

This commit is contained in:
2021-05-05 11:51:37 +01:00
parent 808e69c2ec
commit d7821fab78
2 changed files with 10 additions and 11 deletions

View File

@@ -39,8 +39,7 @@ export COMIC_BOOK_VOLUME=some_path_to_comics_directory
Build and run the project using docker-compose:
```bash
docker-compose build
docker-compose up
docker-compose up --build -d
```
## Running Tests