tinker_python
tinker_python copied to clipboard
Added Dockerfile
I added a Dockerfile, allowing to use this Tinker code within Docker. The main advantage is that Docker gives reproducible results, so you won't have a "but it works on my system" argument with someone.
It's also much easier to test your software, use CI/CD and to provide a cross-platform solution.
My apologies - I called it an SDK, while it is not an SDK, obviously. Please give me some time to rectify it and test it again. ☕
Fixed. Ready for review.