Open
Description
When deploying, we use the Makefile to pull-from-stable and then redeploy container.
If the pull-from-stable step updates the Makefile, the process continues using the previous Makefile that it already read instead of reloading the Makefile.
We should recursively invoke make from the Makefile to force a reload of Makefile and avoid deployment issues when Makefile is changed.