- Created a Banking System API to create, update, view, delete bank accounts and execute transfers from one account to another. More updates to follow.
Create Image: docker build -t java-based-bankingsystem:dev . --no-cache
Run Container in interactive mode: docker run -it java-based-bankingsystem:dev