mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-02-05 13:52:33 -06:00
8 lines
134 B
Docker
8 lines
134 B
Docker
FROM scratch
|
|
ARG TARGETARCH
|
|
|
|
COPY .docker/$TARGETARCH/chhoto-url /chhoto-url
|
|
COPY ./resources /resources
|
|
|
|
ENTRYPOINT ["/chhoto-url"]
|
|
|