cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.28k stars 1.1k forks source link

dev: add dockerfile for local dev #172

Closed gumpt closed 3 months ago

gumpt commented 3 months ago

There have been some comments about wanting an easier developer experience, particularly on MacOS. This adds a Dockerfile which will create an environment in which all tests can pass and will hopefully make cross-platform development easier.

Solves #91