diff --git a/Dockerfile b/Dockerfile index 5de162aa..d1acace4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,12 @@ From golang:1.12 RUN mkdir -p /go/src/github.com/giongto35/game-online COPY . /go/src/github.com/giongto35/game-online/ +WORKDIR /go/bin +COPY ./games /go/bin/games # Install server dependencies RUN apt-get update -RUN apt-get install portaudio19-dev -y +#RUN apt-get install portaudio19-dev -y RUN apt-get install libvpx-dev -y RUN go get github.com/pions/webrtc #RUN go get github.com/gordonklaus/portaudio