aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-03 16:38:54 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-03 16:38:54 +0200
commitad4027aaf03f8558e2c6bbbd4fe548b6b759f3b2 (patch)
treee35384860f5ed6f6b079837af4f52d18269bc809 /pom.xml
parent86bc660e75250bcf26425e8cba7c8b844d3ce2c7 (diff)
Fix the start_http_cache.sh
Fix the script call from Pom so that it can be configured Issue-ID: CLAMP-148 Change-Id: Id1120150c4fb993d70ffe2914c73a8fa24051e85 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4b19b808..11628b7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -827,7 +827,7 @@
</ports>
<workingDir>/usr/src/http-cache-app</workingDir>
<cmd>
- <shell>./start_http_cache.sh ${http.proxy}</shell>
+ <shell>./start_http_cache.sh ${http.proxy} localhost:${docker.http-cache.port.host}</shell>
</cmd>
</run>
</image>