mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
7 lines
187 B
Docker
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
|