mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
6 lines
88 B
Text
6 lines
88 B
Text
|
FROM golang:1.14
|
||
|
|
||
|
COPY . /go/src/github.com/pion/stun
|
||
|
|
||
|
RUN go test github.com/pion/stun
|