Bits for building a Python3 based Docker Image with Flask baked in
Build the image locally
$ pipenv update
$ docker-compose build
Push the image to a repository
$ docker login
$ docker tag python3-flask:0.1 jmsearcy/python3-flask:0.1
$ docker push jmsearcy/python3-flask:0.1
Content type
Image
Digest
Size
46.1 MB
Last updated
over 5 years ago
docker pull jmsearcy/python3-flask