tmo-live-graph icon indicating copy to clipboard operation
tmo-live-graph copied to clipboard

Added docker file

Open ihamburglar opened this issue 1 year ago • 0 comments

This allows someone to run this in docker. This is great because it allows you to run it in something like portainer, or just locally without installing node.

Run it with docker build --tag tmo-docker . docker run -it -p 3000:3000 tmo-docker or something like that.

ihamburglar avatar Aug 28 '22 05:08 ihamburglar