wireproxy/docker/Makefile
2022-03-26 22:29:01 +05:00

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