Python Flask based micro service shows output of node IP and time stamp The Microservice directory consist of python code, dockerfile and requirements.txt files to build, run the docker image and container.
- Dockerfile: This file describes steps to build the docker image for python based micro service. It uses alpine base image in order to provide base environment to build image in order to run the applications with required dependencies.