Setup Flask app with docker and nginx
Just the steps
git clone git@gitlab.com:saurshaz/my-py-app.git
snap install docker
snap start docker
docker-compose up --build
make changes to app folder for code and they'll be reflected immediately
access docker shell directly
(good to know, mig...
appler.hashnode.dev1 min read