docker build -t sp-rest-proxy .
docker run -p 9090:8080 --name=sharepoint --hostname=localhost -it sp-rest-proxy node ./server
The interactive console starts on the command. Provide SharePoint connection with credentials.
Credentials settings are saved to './config/private.json'.