Update docker file

This commit is contained in:
giongto35 2019-04-05 00:54:29 +08:00
parent d3c3461d21
commit 95c239bc46

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