From 1740a80eab8ebb9598b7e9a19632a17491811be2 Mon Sep 17 00:00:00 2001 From: awudzins Date: Thu, 9 Apr 2020 16:48:53 +0200 Subject: Refactor run client step in makefile 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 Change-Id: Ifbe1803598f23be507ad5c71a11582b03ca2c189 --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') 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 ``` -- cgit 1.2.3-korg