Creating A Web App Using Docker & Python
First of all, I was in my docker host which is rhel 9 virtual machine.
Then I created a Python file named app.py
Imported Flask library and routed an app on the “/info” route
And mentioned what to return when someone calls this
Then on my local mach...
projectswithpiyushkabra.hashnode.dev2 min read