Skip to content

Commit

Permalink
For some reason the pwd does not work for Matti and breaks the docker…
Browse files Browse the repository at this point in the history
… command from firing the container. This change does work for Matti so updated the docs
  • Loading branch information
jamesgreen-moj committed Mar 26, 2024
1 parent 5684ad1 commit ad0b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad0b552

Please sign in to comment.