summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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 11628b7af..007b6605e 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>