From 76666952a81e3bc06ffdbbd431b191b330fac84d Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 8 Jul 2026 10:59:52 -0400 Subject: [PATCH] add flask db upgrade to entrypoint --- entrypoint.sh.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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