I can't find any documentation on the startup order (probably I'm just not looking in the right places).
On the Docker side there's all the stuff in the Dockerfile which gets executed together and then the CMD entry which is run after to actually start the server.
What I want to know is when do commands in ebextensions get run relative to this?
Is it before any of the Dockerfile stuff happens? after the bulk of the Dockerfile stuff but before CMD or after all of it?