mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
commit
871d9e0484
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM golang:alpine as builder
|
||||
|
||||
WORKDIR /go
|
||||
|
||||
RUN go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi@latest
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /
|
||||
|
||||
COPY --from=builder /go/bin/spoof-dpi .
|
||||
|
||||
ENTRYPOINT ["./spoof-dpi"]
|
Loading…
Reference in New Issue
Block a user