Add release workflow using GoReleaser
This commit is contained in:
9
goreleaser.Dockerfile
Normal file
9
goreleaser.Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:3.20
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# This binary is an artifact from goreleaser.
|
||||
COPY glance .
|
||||
ENTRYPOINT ["/app/glance"]
|
||||
|
||||
EXPOSE 8080/tcp
|
||||
Reference in New Issue
Block a user