aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorawudzins <adam.wudzinski@nokia.com>2020-04-09 16:48:53 +0200
committerawudzins <adam.wudzinski@nokia.com>2020-04-09 16:48:53 +0200
commit1740a80eab8ebb9598b7e9a19632a17491811be2 (patch)
tree6c3ca4568850a0dd604f24e69caa13447d207fbf /README.md
parent6ac2ba6380c0dc23623fe3f198613c5f0bd2941a (diff)
Refactor run client step in makefile1.0.0
Change run-client target in Makefile to automatically remove container after execution. Remove stop-client target, because it's not needed anymore Issue-ID: AAF-1118 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Ifbe1803598f23be507ad5c71a11582b03ca2c189
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2523995a..98033b48 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,6 @@ make build
make start-backend
3. Run Cert Service Client
make run-client
-3. Remove client container
-make stop-client
4. Stop Cert Service and EJBCA
make stop-backend
```