fix things for docker compose

This commit is contained in:
Gardient
2021-12-19 20:27:13 +02:00
parent fe424e3fa2
commit c9f07df262
8 changed files with 67 additions and 14 deletions

7
scripts/entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
/wait
flask db upgrade
flask seed
flask setup-rabmq
uwsgi app.ini