F1: Set up the service Docker image build
- Description: Create a Docker image of the application that can be deployed in a local container for testing and use in CI/CD pipelines.
- Acceptance criteria: A Dockerfile that could be deployed in a local container and run the application successfully.
- Testing scenarios:
- The Dockerfile can be passed to the docker build command to create an image of the application.
- The image of the application can be deployed in a container
- Tech Notes: The image must be built taking into account the following documentation
Edited by Santiago Ortiz [EPAM]