mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:47:03 +00:00
separate db with static
This commit is contained in:
9
entrypoint.sh
Normal file
9
entrypoint.sh
Normal 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
|
||||
Reference in New Issue
Block a user