How to set a binary path for the (portable) firefox app in selenium webdriver for node.js

I would like to use a portable firefox version but am unable to specify what binary to use.

Is this possible in the typical startup code like:

var driver = new webdriver.Builder().
   withCapabilities(webdriver.Capabilities.firefox()).
   build();