From a1eb7608ea4e63484a6a11732bc34d063444b903 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 16 Feb 2023 15:45:04 +0100 Subject: [PATCH] fix(doc): adding doc for packaging command --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ab67126..84c4101 100644 --- a/README.md +++ b/README.md @@ -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 . + +```