andreyors / docker-flask-multistage

Minimize size of docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-flask-multistage

Build Status

Minimize size of docker container

You need to run once cp .env.dist .env

Start the local env

make up

To stop the local env:

make dn

Using

Open url http://localhost:8080 in browser

About

Minimize size of docker container

License:MIT License


Languages

Language:Python 58.4%Language:Dockerfile 29.6%Language:Makefile 7.8%Language:Gherkin 4.2%