Skip to content

loganDTR/hello_docker_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_docker_flask

test for python rest api flask

Build and deploy with Docker

docker build -t my_docker_flask:latest .

docker run -d -p 5000:5000 my_docker_flask:latest

Check:

docker ps

About

test for python rest api flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published