summaryrefslogtreecommitdiffstats
path: root/certService/README.md
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-02-10 13:03:38 +0100
committerPawel <pawel.kasperkiewicz@nokia.com>2020-02-10 15:40:41 +0100
commit8b1072c09e60828433903d2e0cd1eaffaf8c4aa0 (patch)
tree532b29cb782a4bc47ff86509720b1e1de1df7e67 /certService/README.md
parent486429d47ff93e3aa6f9a012f98198cac69a4655 (diff)
Add docker image building to maven configuration
Issue-ID: AAF-995 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I26862c9f2597ff058f869320ebd3948030b63051
Diffstat (limited to 'certService/README.md')
-rw-r--r--certService/README.md14
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
```