Day 12. Deploying Python Application Using Dockerfile
Dockerfile
This file describes all the steps that are required to create one image and would usually be contained within the root directory of the source code repository for your application. This file contains set of instructions.
Commands used in D...
ashwinimahajan.hashnode.dev2 min read