Test need a more recent version of NodeJS so update Dockerfile.

This commit is contained in:
Adam Ierymenko 2015-10-28 15:08:00 -07:00
commit 1f5ef968cf
4 changed files with 12 additions and 2 deletions

View file

@ -211,7 +211,7 @@ app.get('/',function(req,res) {
return res.status(200).send(payload);
});
var expressServer = app.listen(AGENT_PORT,agentIdToIp(thisAgentId),function () {
var expressServer = app.listen(AGENT_PORT,function () {
registerAndGetPeers(function(err,peers) {
if (err) {
console.error('FATAL: unable to contact or query server: '+err.toString());