Skip to content

Hello World Flask application in both singlestage dockerfile and multistage

Notifications You must be signed in to change notification settings

sandervandorsten/multi-stage-docker-flask

Repository files navigation

Multi-stage dockerfile example for simple flask app

Build

docker build -f multi-stage-build.Dockerfile -t multi-stage-docker-flask .

Run

docker run -p 5000:5000 multi-stage-docker-flask 

Test

sander@pc:~ $ curl localhost:5000
Hello World!

About

Hello World Flask application in both singlestage dockerfile and multistage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published