Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): Address warnings in the docker/django/Dockerfile
release, the action began reporting build configuration warnings. Neato! It highlights three issues, each addressed in this patch. ``` 3 warnings found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 44) - UndefinedVar: Usage of undefined variable '$PYTHONPATH' (line 75) ```
- Loading branch information