1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 21:33:54 -05:00
chhoto-url/Dockerfile

9 lines
134 B
Text
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