6 lines
71 B
Docker
6 lines
71 B
Docker
FROM miaowoo/alpine-glibc
|
|
|
|
ADD ali-ddns-cli /
|
|
|
|
CMD [ "/ali-ddns-cli" ]
|