diff options
Diffstat (limited to 'README.md')
-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 |