This repository contains dockerfile samples for different frameworks. You can easily use the dockerfile samples for your respective applications.
- 
django-app 
 The repository contains a sample hello-world django application and production ready dockerfile for the app. If you want to download the application sperately, you can clone it from here.
- 
flask-app 
 The repository contains a sample hello-world flask application and its production ready dockerfile for the application. For cloning the specific repo, you can clone it from here.
- 
go-app 
 It contains a basic hello-world web application written in go along with the production ready dockerfile. To clone this repository specifically, visit here
- 
node-app 
 The repository contains a simple nodejs hello-world application along with production grade dockerfile. If you want to clone this specific repo, you can clone it from here
- 
php-app 
 It contains a php hello world application with a production ready dockerfile. Clone this repo from here.
- 
react-app This repository contains a beginner friendly hello-world demo application written in react. To clone this specific repo, please visit here