From 66a5d7b1cac2f0859f71ebe2115ded1581c8e706 Mon Sep 17 00:00:00 2001 From: northwestwitch Date: Fri, 20 Nov 2020 11:17:47 +0100 Subject: [PATCH] fix readme after removing ENTRYPOINT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c9699b..3a20de3c 100644 --- a/README.md +++ b/README.md @@ -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`