3 lines
83 B
Bash
3 lines
83 B
Bash
|
#!/bin/bash
|
||
|
chown -R www-data:www-data /data
|
||
|
flask db upgrade && gosu www-data "$@"
|