F1: Set up the service Docker image build

  1. Description: Create a Docker image of the application that can be deployed in a local container for testing and use in CI/CD pipelines.
  2. Acceptance criteria: A Dockerfile that could be deployed in a local container and run the application successfully.
  3. 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
  1. Tech Notes: The image must be built taking into account the following documentation
Edited by Santiago Ortiz [EPAM]