mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-17 16:50:31 +00:00
Update docker file
This commit is contained in:
parent
a0fcdd8b43
commit
7cbc000e8d
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