Michal Iskierko 6d31343205 feat: Waku v2 bridge
Issue #12610
2024-02-22 17:07:59 +01:00

6 lines
88 B
Docker

FROM golang:1.14
COPY . /go/src/github.com/pion/stun
RUN go test github.com/pion/stun