Files
modern-glance/goreleaser.Dockerfile
T

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