Skip to content
Snippets Groups Projects
Dockerfile 156 B
Newer Older
Dean Lovett's avatar
Dean Lovett committed
FROM alpine

RUN apk add --no-cache jq curl bind-tools

COPY --chown=root:root . ./

ENV CF_API=https://api.cloudflare.com/client/v4

Dean Lovett's avatar
Dean Lovett committed
CMD sh ./cloudflare.sh