mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -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"]
|
|
|