mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
10 lines
No EOL
191 B
Makefile
10 lines
No EOL
191 B
Makefile
build:
|
|
docker build -t wireproxy .
|
|
|
|
run:
|
|
docker run \
|
|
--rm --tty --interactive \
|
|
--name=wireproxy \
|
|
--publish 2534:2534 \
|
|
--volume "${PWD}/config:/etc/wireproxy/config:ro" \
|
|
wireproxy
|