FROM softwaresecurityproject/zap-stableARG API_KEYARG PORTENV API_KEY=$API_KEYENV PORT=$PORT# Expose the ZAP proxy portEXPOSE $PORT# Start ZAP in daemon mode with the specified configurationCMD zap.sh -daemon -host 0.0.0.0 -port $PORT -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true -config api.key=$API_KEY
ZAP Error [org.apache.hc.core5.http.NoHttpResponseException]: xxxx:xxxx failed to respond