glance/goreleaser.Dockerfile
2024-06-03 16:16:43 -05:00

10 lines
136 B
Docker

FROM alpine:3.20
WORKDIR /app
# This binary is an artifact from goreleaser.
COPY glance .
ENTRYPOINT ["/app/glance"]
EXPOSE 8080/tcp