mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 01:57:22 +00:00
5 lines
88 B
Docker
Vendored
5 lines
88 B
Docker
Vendored
FROM golang:1.12
|
|
|
|
COPY . /go/src/github.com/pion/stun
|
|
|
|
RUN go test github.com/pion/stun
|