Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 444 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 444 Bytes

WebOne HTTP 1.X Proxy on Docker

This project is solely about containerizing WebOne. If you want to contribute to WebOne itself, please read about contributing on WebOne.

Building

You can checkout the code and optinally edit the Dockerfile and build an image yourself:

git clone ...

cd docker-webone

docker build --no-cache -t IMAGE_NAME .