mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
7 lines
212 B
Bash
7 lines
212 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build --pull --rm -t mitmproxy-clirecorder:latest .
|
||
|
docker run -i -t --rm \
|
||
|
-v "$(pwd)"/../../src/static/recordings:/root/clidirector/recordings \
|
||
|
mitmproxy-clirecorder:latest
|