summaryrefslogtreecommitdiffstats
path: root/mod2/auth-service/Dockerfile
diff options
context:
space:
mode:
authorRavi Mantena <rx908f@att.com>2020-10-02 11:10:15 -0400
committerRavi Mantena <rx908f@att.com>2020-10-02 11:47:26 -0400
commit3708e8fed17cb2af766296bcba2bf4ccf535b0ec (patch)
tree8957c09d2bebbf089db1256e53b0684f21d2cd6f /mod2/auth-service/Dockerfile
parente4668da0683be7194f45cd8d259eeb75ebdb98a8 (diff)
updating docker repository to onap nexus for Catalog Service and Auth Service
Issue-ID: DCAEGEN2-2317 Change-Id: Id1ca3eb92586d859cf757779b77e6b89bc641df2 Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod2/auth-service/Dockerfile')
-rw-r--r--mod2/auth-service/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod2/auth-service/Dockerfile b/mod2/auth-service/Dockerfile
index aa8707f..b125fc0 100644
--- a/mod2/auth-service/Dockerfile
+++ b/mod2/auth-service/Dockerfile
@@ -11,4 +11,4 @@ COPY ${PROJECT_BUILD_DIR_NAME}/${FINAL_JAR} .
ENTRYPOINT ["java", \
"-Djava.security.egd=file:/dev/./urandom", \
- "-jar", "auth-service-1.0.0-SNAPSHOT.jar"] \ No newline at end of file
+ "-jar", "mod-auth-service.jar"] \ No newline at end of file