mirror of
https://github.com/gortc/stun.git
synced 2025-12-24 12:57:54 +08:00
6 lines
74 B
Docker
6 lines
74 B
Docker
FROM golang:1.12
|
|
|
|
COPY . /go/src/gortc.io/stun
|
|
|
|
RUN go test gortc.io/stun
|