Skip to content

Commit c87f0b5

Browse files
authored
chore(README.md): add multi-stage builds to unsupported devcontainer features (#232)
1 parent df6068e commit c87f0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ The table keeps track of features we would love to implement. Feel free to [crea
297297
| Port forwarding | Port forwarding allows exposing container ports to the host, making services accessible. | [#48](https://github.com/coder/envbuilder/issues/48) |
298298
| 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) |
299299
| Customizations | Product specific properties, for instance: _VS Code_ `settings` and `extensions`. | [#43](https://github.com/coder/envbuilder/issues/43) |
300+
| 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) |
300301

301302
### Devfile
302303

0 commit comments

Comments
 (0)