mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 23:28:37 -06:00
8 lines
126 B
Docker
8 lines
126 B
Docker
FROM scratch
|
|
ARG ARCH=linux/amd64
|
|
|
|
COPY $ARCH/chhoto-url /chhoto-url
|
|
COPY ./resources /resources
|
|
|
|
ENTRYPOINT ["/chhoto-url"]
|
|
|