mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
update build process
This commit is contained in:
parent
fa8093a5f9
commit
439e79ad73
3
Dockerfile.build
Normal file
3
Dockerfile.build
Normal file
@ -0,0 +1,3 @@
|
||||
FROM golang:1.16-alpine
|
||||
|
||||
WORKDIR /app
|
6
build
Executable file
6
build
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build ./ --file ./Dockerfile.build --tag spoof-dpi:latest && \
|
||||
docker run --rm \
|
||||
-v $(pwd)/:/app spoof-dpi:latest \
|
||||
sh make-releases.sh
|
0
release → make-releases.sh
Executable file → Normal file
0
release → make-releases.sh
Executable file → Normal file
Loading…
Reference in New Issue
Block a user