Microservices at Scale using AWS & Kubernetes lesson 2 Using Docker Format Containers: Linting and CircleCI
Linting and CircleCI
Extending a Makefile for use with Docker Containers
Beyond the simple Makefile, it is also useful to extend it to do other things. An example of this is as follows:
Example Makefile for Docker and CircleCI
setup:
python3 -m v...
philipdevblog.hashnode.dev3 min read