Skip to content

Commit 5593c63

Browse files
authored
chore(README): add note regarding compose (#237)
1 parent fbfbf56 commit 5593c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +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) |
300+
| Composefile | Define multiple containers and services for more complex development environments. | [#236](https://github.com/coder/envbuilder/issues/236) |
301301

302302
### Devfile
303303

0 commit comments

Comments
 (0)