Project structure: microservices/*/DockerfileΒΆ

A Dockerfile defines how a Docker image should be built and run. Hasura uses the dockerfile when continuous integration is enabled for a microservice. The location of the dockerfile and the path where which docker build has to be executed should be mentioned in ci.yaml.

You can find sample file for a python-flask microservice at hasura/hello-python-flask/microservices/app/Dockerfile.