doneth.at/entrypoint.sh

5 lines
85 B
Bash
Executable File

#!/bin/bash
chown -R www-data:www-data /data
flask db upgrade && gosu www-data "$@"