diff options
Diffstat (limited to 'certService/README.md')
-rw-r--r-- | certService/README.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/certService/README.md b/certService/README.md index 431ff1df..908cfa29 100644 --- a/certService/README.md +++ b/certService/README.md @@ -19,11 +19,23 @@ ``` -### Building Docker image +### Building Docker image manually ``` docker build -t cert-service . ``` + +### Install the package into the local repository + ``` + mvn clean install + + ``` + +### Building Docker image and install the package into the local repository + ``` + mvn clean install -P docker + + ``` ### Running Docker container ``` |