diff options
Diffstat (limited to 'boot.sh')
| -rw-r--r-- | boot.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/bin/sh + +# Activate the virtual environment +poetry shell + +# Run database migrations +flask db upgrade + +exec gunicorn -b :5000 --access-logfile - --error-logfile - annotate_change:app + |
