Official Docker images for the T-NOVA VIM Monitoring Back-end are available at Docker Hub. If anyone wishes to build the image personally, then please verify that you have installed locally the necessary Node.js modules so that they are copied to the Docker image.
git clone [email protected]:spacehellas/tnova-vim-backend.git # or clone your own fork
cd tnova-vim-backend
npm install
docker build --tag=tnova/vim-backend .