├── app
├── requirements.txt <- The requirements file for installing the required libraries for app
├── Dockerfile <- Docker file to create docker image
├── README.md <- The README for developers running the dokcer image.
Using docker and nginx, uwsgi, etc. All ready for full deployment in IBM server:
source script_build_start.sh
Go to http://localhost/ and from here you should be able to test the app.