feat(container): add container builds

This commit is contained in:
Sawyer 2025-08-05 19:27:37 -05:00
parent 244aea41cc
commit 271897f18f
5 changed files with 110 additions and 1 deletions

9
BUILD.md Normal file
View file

@ -0,0 +1,9 @@
# Build (Docker)
Also works with Podman.
```sh
docker build -t 'chromedriver-http-proxy' .
docker run --rm -p "32323:32323" chromedriver-http-proxy
```