Skip to content

Commit

Permalink
fix readme after removing ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Nov 20, 2020
1 parent 14d28ea commit 66a5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ NIPTool can be runned also as a container. The image is available [on Docker Hub

To build a new image from the Dockerfile use the commands: `docker build -t niptool .`

To run the image use the following command: `docker run --name niptool niptool`
To run the image use the following command: `docker run --name niptool niptool nipt `

To remove the container, type: `docker rm niptool`

Expand Down

0 comments on commit 66a5d7b

Please sign in to comment.