feat: overhaul cmd and release process (#325)

This commit is contained in:
Carlos Alexandro Becker
2021-04-23 09:29:19 -03:00
committed by GitHub
parent fe1413c7af
commit c39b8ba060
25 changed files with 685 additions and 243 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
FROM alpine
COPY nfpm /usr/local/bin/nfpm
COPY nfpm_*.apk /tmp/
RUN apk add --allow-untrusted /tmp/nfpm_*.apk
ENTRYPOINT ["/usr/local/bin/nfpm"]