diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 7460b02..26590e1 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -33,4 +33,6 @@ if [ ! -f "/cryptokey/$CRYPTO_KEY_VERSION" ]; then fi export CRYPTO_KEY=`cat /cryptokey/$CRYPTO_KEY_VERSION` +flask db upgrade + /usr/bin/supervisord -n \ No newline at end of file