This simple application will display all JPG photos located in the '/static' folder.
Create new application with source-to-image tools:
oc new-app https://github.com/cscfi/rahti-flask-hello --name="course-flask-demo"
Create the route for the application
oc create route edge --service=course-flask-demo --insecure-policy='Redirect' --port=8080