chore: Fix readme path for containerfile module in module.yml
This commit is contained in:
parent
1e3e579df1
commit
f619c4c47c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
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
|
||||
readme: https://raw.githubusercontent.com/blue-build/cli/main/template/templates/modules/containerfile/README.md
|
||||
example: |
|
||||
type: containerfile
|
||||
snippets:
|
||||
- COPY ./config/example-dir/example-file.txt /usr/etc/example/
|
||||
containerfiles:
|
||||
- example
|
||||
- subroutine
|
||||
- subroutine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue