cf-cdn-purge/Dockerfile

7 lines
91 B
Docker

FROM dpig/cloudflare-cli
ADD app.sh .
ENTRYPOINT ["/bin/sh"]
CMD ["/usr/src/app/app.sh"]