From a2c10f7b5097b2dda32288706e1c41ebbdfd7ab1 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Thu, 23 Aug 2018 20:29:35 -0400 Subject: Add docker-maven-plugin for building docker image Change-Id: I09c4db0b9fbc2a6976b7521b2e5d45ca28a03d11 Issue-ID: LOG-427 Signed-off-by: Prudence Au --- src/main/bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/bin') diff --git a/src/main/bin/start.sh b/src/main/bin/start.sh index 5ba69d7..d019bd2 100644 --- a/src/main/bin/start.sh +++ b/src/main/bin/start.sh @@ -19,7 +19,7 @@ # This path is referenced in the file logback.xml. APP_HOME="${APP_HOME-/opt/app/validation-service}" -JARFILE="$APP_HOME/validation-service.jar" +JARFILE="$APP_HOME/validation.jar" LOGBACK_FILE=logback.xml # CONFIG_HOME is used as the base folder for relative paths, e.g. in the file aai-environment.properties -- cgit 1.2.3-korg