mirror of
https://github.com/jimeh/dotkatapult.git
synced 2026-02-19 11:16:39 +00:00
ci: add goreleaser setup
This commit is contained in:
6
Dockerfile.goreleaser
Normal file
6
Dockerfile.goreleaser
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM scratch
|
||||
COPY ./dotkatapult /
|
||||
ENV PORT 8080
|
||||
EXPOSE 8080
|
||||
WORKDIR /
|
||||
CMD ["/dotkatapult"]
|
||||
Reference in New Issue
Block a user