spegel/Dockerfile

7 lines
158 B
Docker
Raw Normal View History

2023-01-24 15:47:27 +01:00
FROM gcr.io/distroless/static:nonroot
ARG TARGETOS
ARG TARGETARCH
COPY ./dist/spegel_${TARGETOS}_${TARGETARCH}/spegel /
2023-01-24 15:47:27 +01:00
USER root:root
ENTRYPOINT ["/spegel"]