mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-27 12:03:50 +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
|