Skip to content

partumgmbh/docker-cloudflare-workers-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Cloudflare Workers Pipeline Docker

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:

Usage

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

About

Docker image for Cloudflare Workers deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published