fix(doc): adding doc for packaging command

This commit is contained in:
Philippe Caseiro 2023-02-16 15:45:04 +01:00
parent 4e356c51fe
commit a1eb7608ea
1 changed files with 9 additions and 0 deletions

View File

@ -11,3 +11,12 @@ Finally create some symbolic link :
* ln -s /etc/init.d/dockerservice.$SERVICENAME pointing to /etc/init.d/dc.
Services can now be started/stopped via e.g. /etc/init.d/dockerservice.gitea start.
## Build an Alpine package
You need to install "nfpm" (https://nfpm.goreleaser.com/)
```
nfpm pkg --packager apk --target .
```