Skip to content

Remove redundant CMD instruction from Dockerfile

Joren Vrancken requested to merge redundant_cmd into master

Short description

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.

Edited by Joren Vrancken

Merge request reports