diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-03 16:38:54 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-03 16:38:54 +0200 |
commit | ad4027aaf03f8558e2c6bbbd4fe548b6b759f3b2 (patch) | |
tree | e35384860f5ed6f6b079837af4f52d18269bc809 /pom.xml | |
parent | 86bc660e75250bcf26425e8cba7c8b844d3ce2c7 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |