diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-10 14:46:16 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-16 14:07:22 +0100 |
commit | 5f1789c7c781cffebb5bbb4b81766a1f91416e1c (patch) | |
tree | 0483e6f17a4eb8b585aa24d7615c41e92d07285f | |
parent | 35c64c4a69e9ed88a95b87d708827c34c67e6dfc (diff) |
Fix jar file path in READMEhonolulu
Change-Id: Id60b937c525efe32dad4e32bc6f3183866f7b387
Issue-ID: INT-1808
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ Alpine images are GPLv3 free, which is required by the TSC. It is based on the Debian image 11.0.6-jre-slim. When you create your docker from this docker you need to copy your jar file -under /opt/onap/app.jar. +under /app/app.jar. -You may sepecif 2 env variable to customize the way you are stating java: +You may specify two env variables to customize the way you are starting java: - ENV JAVA_OPTS: by default set to -Xms256m -Xmx1g - ENV JAVA_SEC_OPTS: empty by default |