add dnslink-cloudflare

This commit is contained in:
2023-01-22 17:33:31 -05:00
parent 6d035df93b
commit 79b257b11e
2 changed files with 12 additions and 2 deletions

View File

@ -8,6 +8,8 @@ RUN set -x \
&& tar -xzf "$CLUSTER_TAR" --strip-components=1 ipfs-cluster-ctl/ipfs-cluster-ctl \
&& mv ipfs-cluster-ctl /usr/local/bin
RUN npm install --global dnslink-cloudflare
ADD pin.sh /usr/local/bin/pin.sh
ENTRYPOINT [ "/usr/local/bin/pin.sh" ]