mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build ./ --file ./Dockerfile.build --tag spoof-dpi:latest && \
|
|
docker run --rm \
|
|
-v $(pwd):/app spoof-dpi:latest \
|
|
sh make-releases.sh
|