├── Dockerfile ├── README.md ├── app.ini ├── entrypoint.sh └── nginx.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jazzdd86/alpine-flask/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jazzdd86/alpine-flask/HEAD/README.md -------------------------------------------------------------------------------- /app.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jazzdd86/alpine-flask/HEAD/app.ini -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jazzdd86/alpine-flask/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jazzdd86/alpine-flask/HEAD/nginx.conf --------------------------------------------------------------------------------