diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-08-23 20:29:35 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-08-24 07:21:19 -0400 |
commit | a2c10f7b5097b2dda32288706e1c41ebbdfd7ab1 (patch) | |
tree | 9710be92b223e3ce592b5bd2fd94daf66b91bc5a /src/main/bin/start.sh | |
parent | 3021aebce9906aefb311d3e33f76f58c824b74e8 (diff) |
Add docker-maven-plugin for building docker image
Change-Id: I09c4db0b9fbc2a6976b7521b2e5d45ca28a03d11
Issue-ID: LOG-427
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Diffstat (limited to 'src/main/bin/start.sh')
-rw-r--r-- | src/main/bin/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |