separate db with static

This commit is contained in:
FuzzyGrim
2023-01-24 12:31:53 +01:00
parent 2ad3faded3
commit 336fa4ef71
7 changed files with 29 additions and 45 deletions

9
entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
python manage.py migrate --noinput
python manage.py collectstatic --noinput --ignore=*.scss
uwsgi --socket :8000 --master --enable-threads --module base.wsgi