mirror-chhoto-url/Dockerfile

9 lines
134 B
Docker
Raw Normal View History

FROM scratch
2024-03-24 23:27:31 -05:00
ARG TARGETARCH
2024-03-24 23:27:31 -05:00
COPY .docker/$TARGETARCH/chhoto-url /chhoto-url
COPY ./resources /resources
ENTRYPOINT ["/chhoto-url"]
2023-04-02 22:26:23 -05:00