Docker image that can be used for build/release pipelines involving Cloudflare Workers. The image is built on top of the base node:12
image and contains the Wrangler CLI:
FROM partumgmbh/cloudflare-workers-pipeline
# Setup account id and token for enabling cloudflare deployments
RUN export CF_ACCOUNT_ID="$CF_ACCOUNT_ID"
RUN export CF_API_TOKEN="$CF_API_TOKEN"
# Run any `wrangler` cli related commands
# Additionally you can run any `node` or `npm` commands