Skip to content

Adesh-Ramchurn/Flask-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker build -t flask-smorest-api . -> building the docker image

docker run -dp 5000:5000 -w /app -v "$(pwd):/app" flask-smorest-api -> this will create a volume where if we make changes to the code, then the app is rebuilt on docker

some new text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published