aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-08-23 15:03:12 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-08-23 15:03:12 +0200
commitff46b20b2d50218d06564bb96fa4c263cd8dba16 (patch)
tree67dc710185f35150be06d368af86f1effb21ec05
parentc1211ee4e71f8fda30f835fc7641e4315ecade02 (diff)
Adding properties in docker build
Change-Id: I6d4f77c4269ec2c6d345059fc1819ec11a23fa40 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Issue-ID: AAI-531
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dd2eae1..5c4be70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,7 @@
<arg>java</arg>
<arg>-jar</arg>
<arg>/graphgraph/${project.artifactId}-${project.version}.${project.packaging}</arg>
+ <arg>--spring.config.location=/graphgraph/application.properties</arg>
</exec>
</entryPoint>
<assembly>