From eb8570e43431738a227ebc49a4f46abbca609a37 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 11 Jun 2024 17:51:53 +0100 Subject: [PATCH] chore(README.md): add multi-stage builds to unsupported features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11d3bcc1..229f0e5f 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ The table keeps track of features we would love to implement. Feel free to [crea | Port forwarding | Port forwarding allows exposing container ports to the host, making services accessible. | [#48](https://github.com/coder/envbuilder/issues/48) | | Script init & Entrypoint | `init` adds a tiny init process to the container and `entrypoint` sets a script to run at container startup. | [#221](https://github.com/coder/envbuilder/issues/221) | | Customizations | Product specific properties, for instance: _VS Code_ `settings` and `extensions`. | [#43](https://github.com/coder/envbuilder/issues/43) | +| Multi-Stage Builds | Multi-stage builds allow you to optimize Dockerfiles while keeping them easy to read and maintain. | [#231](https://github.com/coder/envbuilder/issues/231) | ### Devfile