diff options
author | Andy Mayer <am803u@att.com> | 2020-04-07 12:30:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-07 12:30:25 +0000 |
commit | 9b19c06797812f8f07d3e691a5792f08d8ac335d (patch) | |
tree | 865b8ec339b3d3e3283a2501791403d2490f8129 /Dockerfile | |
parent | 377ca99c515963bf0441c40003368268c81c0a0f (diff) | |
parent | 33e480ad518fd031bca8ed0affba8a1ab22e51cc (diff) |
Merge "Add exception to logs for DMaaP check AAI-EVENTS, bump to 6.0.2 for testing RC0"
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ FROM registry.gitlab.com/onap-integration/docker/onap-java USER onap ARG SERVER_PORT -ARG PKG_FILENAME=nbi-rest-services-6.0.1-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-6.0.2-SNAPSHOT.jar ADD target/$PKG_FILENAME /opt/onap/app.jar RUN mkdir temptoscafile && chown onap:onap temptoscafile/ |