This issue happens if execute `python manage.py migrate`. Trailing slash is missing at this [line](https://github.com/Logicify/docker-django/blob/98d9cee91e234213682aa5fe350cf9380a125828/Dockerfile#L5). Should be `ENV STATIC_URL "/static/"`
This issue happens if execute
python manage.py migrate.Trailing slash is missing at this line.
Should be
ENV STATIC_URL "/static/"