Update cores

This commit is contained in:
giongto35 2019-08-03 16:23:55 +08:00
parent ad82e22cfc
commit 0539e89bda
13 changed files with 15 additions and 14 deletions

1
Dockerfile vendored
View file

@ -5,6 +5,7 @@ RUN apt-get update
RUN apt-get install pkg-config libvpx-dev libopus-dev libopusfile-dev -y
RUN mkdir -p /cloud-game
VOLUME /home/thanh/Desktop/Code/cloud-game/games:/cloud-game/games
COPY . /cloud-game/
WORKDIR /cloud-game