Jul 21, 2017 · 1 min read
Due to the nature of Angular apps, which are compiled client side apps, i don’t think you have much choice but rebuild each time.
Something else you could do is bundle and nginx reverse proxy with with your angular app container, with locations to the same path but directing to different backends, that way you’ll just have to change the nginx config for each env.
