fix: collect static

This commit is contained in:
2022-10-25 17:42:49 +03:00
parent d44bf5ef42
commit d3d59a1491
3 changed files with 34 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
./manage.py migrate --noinput
./manage.py collectstatic --noinput
exec gunicorn --bind :8000 --workers 4 later42.wsgi:application