mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run --rm \
|
|
-it \
|
|
--workdir /app/ \
|
|
-v $(pwd):/app \
|
|
golang:1.21-alpine \
|
|
sh make-releases.sh
|