Hello,
we are actually using multi-stage Dockerfiles to reduce the size of images (something similar to this https://github.com/ledermann/docker-rails/blob/develop/Dockerfile ). For example on Rails we don’t need nodejs after the assets are compiled.
Is there a way we can obtain a similar build pattern with Habitat?