Remove redundant CMD instruction from Dockerfile
The instruction does nothing for the production entrypoint, because it runs an uwsgi server. The instruction is redundant for the default entrypoint, because --help is implied if no command is given to manage.py.
Please register or sign in to comment