gusat / devops-capstone-project

test-my-DevOps
Apache License 2.0
0 stars 0 forks source link

Containerize your microservice using Docker #8

Closed gusat closed 1 year ago

gusat commented 1 year ago

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