thebinary / docker-alpine-flask

Dockerfile for flask app container running on alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-alpine-flask

Dockerfile to build flask container running on alpine Linux

Currently, only suggested for 'development' environment

Container

https://hub.docker.com/r/thebinary/alpine-flask/

Properties

Parameters Values
APP Directory /app
Flask App app.py
Port 5000

Example

docker run -d -v $(PWD)/myapp:/app -p 8080:500 --name mycontainer thebinary/apline-flask

DOCKER DOCS

https://docs.docker.com

About

Dockerfile for flask app container running on alpine Linux


Languages

Language:Python 100.0%