mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-26 11:34:09 +00:00
Update docker file
This commit is contained in:
parent
d3c3461d21
commit
95c239bc46
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue