summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-07-26 15:58:30 +1000
committerSzymon Szukalski <szymon@skas.io>2024-07-26 15:58:30 +1000
commitd32e491717e8be34594dc724f499c093880268bd (patch)
treeab8f54707e8218917cfb600ac9d5fabbef147bd2 /README.md
parente11138e2b39e07537d836d9a51e3926a78c8b870 (diff)
Move image to /image directory and create data directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.