Docker installation instructions
docker run --name heicconverter -v ~/Desktop/heicconverter:/root/heicconverter -p 8080:3000 -it ubuntu /bin/bash
Now you should be inside a docker container, run the following commends
cd ~/heicconverter
apt update; apt install nodejs npm libheif-examples -y