fix: serve collected static files with whitenoise
This commit is contained in:
@@ -18,6 +18,7 @@ esac
|
||||
|
||||
/app/docker/scripts/check-deps.sh
|
||||
python src/manage.py migrate --noinput
|
||||
python src/manage.py collectstatic --noinput
|
||||
|
||||
exec gunicorn core.wsgi:application \
|
||||
--bind "0.0.0.0:${PORT:-8000}" \
|
||||
|
||||
Reference in New Issue
Block a user