As a developer,
I want to containerize the customer accounts microservice using Docker
so that it can be easily deployed and managed.
Acceptance Criteria
Given that a Docker image is built for the microservice
When the Docker image is run
Then the microservice can be accessed and used when running in a Docker container
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 without any build errors
As a developer, I want to containerize the customer accounts microservice using Docker so that it can be easily deployed and managed.
Acceptance Criteria Given that a Docker image is built for the microservice When the Docker image is run Then the microservice can be accessed and used when running in a Docker container
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 without any build errors