From d32e491717e8be34594dc724f499c093880268bd Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Fri, 26 Jul 2024 15:58:30 +1000 Subject: Move image to /image directory and create data directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a0c25b5..d011fad 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ curl http://localhost:4567/results/1234/aggregate - Set up a multi-stage Docker Compose file to build, test, and run the application independently, supporting CI/CD pipelines. **Data Model** -![Markr Data Model](markr_data_model.png) +![Markr Data Model](images/markr_data_model.png) ## Next Steps / Recommendations @@ -121,4 +121,4 @@ To stop the running containers and remove them along with associated volumes, us docker compose down -v ``` -This command will stop and remove the containers and any associated volumes. \ No newline at end of file +This command will stop and remove the containers and any associated volumes. -- cgit v1.2.3