ci: add goreleaser setup

This commit is contained in:
2022-05-24 00:26:14 +01:00
parent 64c234f07c
commit a5300f753b
3 changed files with 134 additions and 0 deletions

6
Dockerfile.goreleaser Normal file
View File

@@ -0,0 +1,6 @@
FROM scratch
COPY ./dotkatapult /
ENV PORT 8080
EXPOSE 8080
WORKDIR /
CMD ["/dotkatapult"]