From 5f1789c7c781cffebb5bbb4b81766a1f91416e1c Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 10 Mar 2021 14:46:16 +0100 Subject: Fix jar file path in README Change-Id: Id60b937c525efe32dad4e32bc6f3183866f7b387 Issue-ID: INT-1808 Signed-off-by: Bartek Grzybowski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b38e540..1b9f9bb 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg