Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frafra/workerd-docker

Dockerfile for cloudflare/workerd
https://github.com/frafra/workerd-docker

cloudflare-workers docker dockerfile

Last synced: 6 days ago
JSON representation

Dockerfile for cloudflare/workerd

Awesome Lists containing this project

README

        

Dockerfile example for getting started with https://github.com/cloudflare/workerd.

```
docker build -t workerd-docker .
docker run --rm -ti --init -p 8080:8080 workerd-docker
```

Visit http://localhost:8080/ to check if it worked.