#!/bin/bash -e

# The run script executes the application

exec python /opt/app-root/server.py
