JavaSteam
JavaSteam copied to clipboard
feat(): Docker Container & Image for local development
Description
Docker Container & Image for local development.
Allows developers to easily pick up the project, run samples without having to install dependencies directly (and not deal with multiple versions of Java on their computer).
Checklist
- [x] Code compiles correctly
- [x] All tests passing
- [x] Samples run successfully
- [ ] Extended the README / documentation, if necessary
Would it be possible to move the docker stuff into tools?
Would it be possible to move the docker stuff into
tools?
Works for me! I'll move it in there and update the readme.