Fix gunicorn execution in Dockerfile
[2.7.1]
Fixed
- Replace the CMD step of the Dockerfile with an ENTRYPOINT that uses
/bin/sh -c
to evaluates the shell commands and expand environment variables.
/bin/sh -c
to evaluates the shell commands and expand environment variables.