tinker_python icon indicating copy to clipboard operation
tinker_python copied to clipboard

Added Dockerfile

Open ricardobalk opened this issue 4 years ago • 2 comments

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.

ricardobalk avatar Jan 20 '20 18:01 ricardobalk