This commit is contained in:
Bryce Lampe
2024-08-12 10:46:55 -07:00
parent 0ba90b8cde
commit 5379812b59
8 changed files with 299 additions and 1044 deletions

View File

@@ -21,3 +21,14 @@ appropriate for managing resources unrelated to building images.
## Reference
For more information, including examples and migration guidance, please see the Docker-Build provider's detailed [API documentation](https://www.pulumi.com/registry/packages/docker-build/).
## Development
This project uses [mise](https://mise.jdx.dev) for its development environment.
On a Mac:
```sh
$ brew install mise
$ echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
```