portal-oddajanje-solar/entrypoint.sh

8 lines
153 B
Bash
Raw Normal View History

#!/bin/sh
# Upgrade DB schema to version used by application. This also initializes table, if they aren't already created.
flask db upgrade
exec "$@"