#!/bin/bash
source activate annalen
gunicorn -w 1 --bind 0.0.0.0:6767 www-serve:app
