CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 270 forks source link

Added a Dockerfile #46

Closed dsymbol closed 1 year ago

dsymbol commented 2 years ago

Now binance-trading-bot-new-coins can be used as a docker image.

Docker CLI:

docker run -i -v /localfolder/auth.yml:/app/auth/auth.env -v /localfolder/config.yml:/app/config.yml yourimagename:latest
bruvv commented 2 years ago

euuhh? https://github.com/CyberPunkMetalHead/binance-trading-bot-new-coins/pull/44