cloud-game/Dockerfile
2019-04-04 02:10:29 +08:00

7 lines
187 B
Docker

From golang:1.11
RUN mkdir -p /go/src/github.com/giongto35/game-online
COPY . /go/src/github.com/giongto35/game-online/
# Install server dependencies
RUN go get github.com/pions/webrtc