As a developer
I need to containerize the customer accounts microservice using Docker
So that it can scale, be robust, deployed and managed
Details and Assumptions
[document what you know]
Acceptance Criteria
Given the microservice source code and necessary dependencies
When a Docker build command is executed with the provided Dockerfile
Then a Docker image is successfully built and tested without any build errors, i.e., the microservice can be accessed and used when running in a Docker container
As a developer I need to containerize the customer accounts microservice using Docker So that it can scale, be robust, deployed and managed
Details and Assumptions
[document what you know]
Acceptance Criteria