testdrivenio/django-on-docker

Flake 8 in app/Dockerfile.prod

Cyril45 opened this issue · 1 comments

Hi,
I don’t understand why you install flake8 with pip in the app/Dockerfile.prod file.
Is this an error?

No, it's so I can run flake8 in the builder image and then immediately stop the Docker build process of an issue is found.