stun-1/Dockerfile
2019-07-22 14:22:38 +03:00

6 lines
74 B
Docker

FROM golang:1.12
COPY . /go/src/gortc.io/stun
RUN go test gortc.io/stun