This PR logically separates out parts of the code to their own crates. This will be useful for future Tauri App development.
10 lines
No EOL
402 B
YAML
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 |