Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

andreyors/docker-flask-multistage

Repository files navigation

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