add flask db upgrade to entrypoint
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-07-08 10:59:52 -04:00
parent 67019c6393
commit 76666952a8
+2
View File
@@ -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