mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-25 02:57:24 +00:00
Update Docker configs
This commit is contained in:
parent
072f7b5d1a
commit
07b7479af2
2 changed files with 7 additions and 7 deletions
8
.dockerignore
vendored
8
.dockerignore
vendored
|
|
@ -1,16 +1,18 @@
|
|||
.git/
|
||||
.gitignore
|
||||
.github/
|
||||
.idea/
|
||||
.vscode/
|
||||
.gitignore
|
||||
|
||||
.editorconfig
|
||||
.env
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
|
||||
LICENSE
|
||||
VERSION
|
||||
README.md
|
||||
bin/
|
||||
docs/
|
||||
release/
|
||||
|
||||
assets/games/
|
||||
|
|
|
|||
6
Dockerfile
vendored
6
Dockerfile
vendored
|
|
@ -41,10 +41,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
|
||||
COPY --from=build ${BUILD_PATH}/bin/ ./
|
||||
RUN cp -s $(pwd)/* /usr/local/bin
|
||||
COPY web ./web
|
||||
COPY assets/cores/*.so \
|
||||
assets/cores/*.cfg \
|
||||
./assets/cores/
|
||||
COPY assets/cores ./assets/cores
|
||||
COPY configs ./configs
|
||||
COPY web ./web
|
||||
|
||||
EXPOSE 8000 9000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue