diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-04 12:03:37 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-04 12:03:37 +0200 |
commit | 6044573a296569e93323e39353da4295cfc69c09 (patch) | |
tree | 57106f16fa5e31b2653aba38de793c92f73564f9 /pom.xml | |
parent | 78100b4cad47bfb6171af3f4d9b84f9fd42f95b7 (diff) |
Fix the python startup script
Fix the startup script for python simulator
Issue-ID: CLAMP-148
Change-Id: Ia1906aa12f2354a45324553609a9e5e713d8a551
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -89,7 +89,6 @@ <skip.docker.push>true</skip.docker.push> <skip.staging.artifacts>false</skip.staging.artifacts> <http.proxy></http.proxy> - </properties> <distributionManagement> @@ -827,7 +826,7 @@ </ports> <workingDir>/usr/src/http-cache-app</workingDir> <cmd> - <shell>./start_http_cache.sh ${http.proxy} localhost:${docker.http-cache.port.host}</shell> + <shell>./start_http_cache.sh ${http.proxy} --python_proxyaddress localhost:${docker.http-cache.port.host}</shell> </cmd> </run> </image> |