Build the Docker Image locally
git clone https://github.com/Decentralized-Pictures/T4L3NT.gitdocker build . -t tlnt-nodedocker run -d \
-p 8733:8733 \
-p 9733:9733 \
--name t4l3nt-node \
-v tlnt-data:/home/tlnt \
tlnt-node:latestLast updated