#!/bin/bash export SESSION_COOKIE_NAME=mdshop #export ENABLE_REGISTER=false exec gunicorn -b 127.0.0.1:8000 -w 2 shop:app