mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
9 lines
134 B
Docker
9 lines
134 B
Docker
FROM scratch
|
|
ARG TARGETARCH
|
|
|
|
COPY .docker/$TARGETARCH/chhoto-url /chhoto-url
|
|
COPY ./resources /resources
|
|
|
|
ENTRYPOINT ["/chhoto-url"]
|
|
|