Skip to content

L226/python-flask-docker-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Flask Dockerised API

Docker image

Note: it appears that Gunicorn does not work on ECS with an ALB. Possibly this.

Build

$ docker build -t api .

Run

$ docker run -it -p 2368:2368 api
$ curl http:https://localhost:2368
> "hello world"

About

Hello world Python Flask application Dockerized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%