Update docker file

This commit is contained in:
giongto35 2019-04-05 00:54:29 +08:00
parent a0fcdd8b43
commit 7cbc000e8d

View file

@ -2,8 +2,7 @@ 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
WORKDIR /go/src/github.com/giongto35/game-online
# Install server dependencies
RUN apt-get update