fix(doc): adding doc for packaging command
This commit is contained in:
parent
4e356c51fe
commit
a1eb7608ea
@ -11,3 +11,12 @@ Finally create some symbolic link :
|
|||||||
* ln -s /etc/init.d/dockerservice.$SERVICENAME pointing to /etc/init.d/dc.
|
* 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.
|
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 .
|
||||||
|
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user