Skip to content

Commit

Permalink
Update Docker configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Jan 9, 2021
1 parent 072f7b5 commit 07b7479
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .dockerignore
@@ -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 changes: 2 additions & 4 deletions Dockerfile
Expand Up @@ -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

0 comments on commit 07b7479

Please sign in to comment.