Skip to content

msjithin/cloud_webapp

 
 

Repository files navigation

Deploy a Python (Flask) web app to Cloud Service - Sample Application

This is the sample Flask application for cloud deployment

Instructions: https://aws.amazon.com/tutorials/serve-a-flask-app/

docker build -t cloud_webapp . docker run -dp 127.0.0.1:3000:3000 cloud_webapp

About

Sample application for the App Service Quickstart in Python using Flask.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 54.1%
  • Python 41.9%
  • Dockerfile 4.0%