Skip to content

Commit

Permalink
updated readme with windows frendily docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj committed Aug 9, 2024
1 parent 70bbc8e commit fdd662a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,16 @@ 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:

Linux users:
```
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
```

Windows Users:
```
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

### Prerequisites
Expand Down

0 comments on commit fdd662a

Please sign in to comment.