From d3c3461d21b032a7c8180f5f485d4b39aecacded Mon Sep 17 00:00:00 2001 From: giongto35 Date: Fri, 5 Apr 2019 00:51:11 +0800 Subject: [PATCH] Update dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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