Skip to content

Fix gunicorn execution in Dockerfile

Choose a tag to compare

@northwestwitch northwestwitch released this 21 Nov 14:51

[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.