mirror-chhoto-url/Dockerfile

9 lines
134 B
Docker
Raw Normal View History

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