Create a auth.json file with the following structure:
{ "passw": "[password]" }
Default username: "accumulate".
Start application with
node main.js
Surf to http://localhost:8888/accumulate
Build container
docker build -t accumulate-node .
Run container
docker run -p [port]:8888 -d accumulate-node