diff options
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> |