4 lines
147 B
Bash
4 lines
147 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
flask db upgrade
|
||
|
gunicorn "$FLASK_APP".__init__:app -w "$GUNICORN_WORKERS" --access-logfile=- -b "$GUNICORN_RUN_HOST:$GUNICORN_RUN_PORT"
|