From ad0b5524d923955285caeed99c905f65f8529f07 Mon Sep 17 00:00:00 2001 From: James Green Date: Tue, 26 Mar 2024 16:12:50 +0000 Subject: [PATCH] For some reason the pwd does not work for Matti and breaks the docker command from firing the container. This change does work for Matti so updated the docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aaa3bf..18a01ef 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Within Docker Desktop Cog --> Resources --> File Sharing --> add `/Users/$YOURUS 6. Copy this in your terminal and paste to download and run the Dockerized tooling: ``` -docker pull ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest; docker run -it -v $(pwd)/data_src:/data_src --env-file .env ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest +docker pull ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest; docker run -it -v ./data_src:/data_src --env-file .env ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest ``` ## Development setup