Run `manage.py check` in Dockerfile
Runs manage.py check
during build time which does some static checks that don't require a db.
https://docs.djangoproject.com/en/3.0/ref/django-admin/#check
https://docs.djangoproject.com/en/3.0/ref/checks/
I am not sure if we need this and if it is the correct way to integrate this.