glance/goreleaser.Dockerfile

10 lines
136 B
Docker
Raw Normal View History

2024-05-24 23:26:40 +02:00
FROM alpine:3.20
WORKDIR /app
# This binary is an artifact from goreleaser.
COPY glance .
ENTRYPOINT ["/app/glance"]
EXPOSE 8080/tcp