jack-richards / bptf-autopricer

Automatically prices items using listing data from backpack.tf, with data from prices.tf acting as a baseline.
MIT License
24 stars 6 forks source link

Dockerfile #3

Open strapodown opened 7 months ago

strapodown commented 7 months ago

Based in Node 18.

to build it use:

docker build -t tf2autobot . -t means tag and . means that build using the current folder files.

and to make it run use:

docker run -p 3456:3456 tf2autobot -p 3456:3456 it's for expose porting (it's already set up in the dockerfile but just to make sure)