The biggest problem deploying compiled EmberJS apps as a container is the configuration defined during compile time and becomes part of the image. Which is not ideal as you probably want to move the image between QA/UAT and prod without any modification.
The solution I will describe here looks like a hack but it's been working for me.
- I put config
<meta>
tag intoindex.html
: