noahtheprogrammer / soltrade

Python trading bot using the Solana blockchain.
https://discord.gg/WDS9Ya8KvX
GNU General Public License v3.0
212 stars 93 forks source link

feat: implemented dockerfile #26

Closed Smagia closed 6 months ago

Smagia commented 6 months ago

Implemented a first dockerfile For the moment the config.json is copied inside the image, in future commit sensitive values should be passed through parameters.

noahtheprogrammer commented 6 months ago

I am going to get this merged into the issue branch and set you up with permissions shortly.

Smagia commented 6 months ago

Implementation ready, also the readme has been updated Test it before merging