Skip to content

Commit

Permalink
docs: Correct for this new repo on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
hcnp committed May 16, 2024
1 parent 220169d commit b41a8a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker image for igpublisher
# Docker image for ig-publisher

Builds docker image for igpublisher
Builds docker image for ig-publisher

## Use locally

Expand All @@ -10,8 +10,8 @@ Building the container
docker build . -t igpublisher:localbuild
```

Running on local implementation guild:
Running on local implementation build:

```bash
cd common-implementationguide
docker run -v ${PWD}/:/app/ igpublisher:localbuild /app/ig.json
```
docker run -v ${PWD}/:/app/ igpublisher:localbuild -ig /app/ig.json
```

0 comments on commit b41a8a7

Please sign in to comment.