This image contains my personal stack for building Flask applications. This image comes with the following:
Create a Dockerfile, requirements.txt, and bower.json at the root
of your project. Have your Dockerfile extend this image, and it will
copy all the files in your current directory.
This Docker image contains ONBUILD triggers that will copy
requirements.txt and bower.json to /usr/src/app. Once copied, it
will run pip install -r requirements.txt and bower install.
The working directory for the image is set to /usr/src/app
Content type
Image
Digest
sha256:1cb68e8e0…
Size
323.9 MB
Last updated
over 8 years ago
docker pull dlord/flask