particle-os-cli/template/templates/modules/containerfile/module.yml
Gerald Pinder 910e0434b6
refactor: Move templates to their own crate (#83)
This PR logically separates out parts of the code to their own crates. This will be useful for future Tauri App development.
2024-02-25 14:45:33 -06:00

10 lines
No EOL
402 B
YAML

name: containerfile
shortdesc: The containerfile module enables the addition of custom Containerfile instructions into the build process.
readme: https://raw.githubusercontent.com/blue-build/cli/main/templates/modules/containerfile/README.md
example: |
type: containerfile
snippets:
- COPY ./config/example-dir/example-file.txt /usr/etc/example/
containerfiles:
- example
- subroutine