aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-04 12:03:37 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-04 12:03:37 +0200
commit6044573a296569e93323e39353da4295cfc69c09 (patch)
tree57106f16fa5e31b2653aba38de793c92f73564f9 /pom.xml
parent78100b4cad47bfb6171af3f4d9b84f9fd42f95b7 (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.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 11628b7a..007b6605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>