Update Docker configs

This commit is contained in:
Sergey Stepanov 2021-01-09 16:39:18 +03:00
parent 072f7b5d1a
commit 07b7479af2
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
2 changed files with 7 additions and 7 deletions

8
.dockerignore vendored
View file

@ -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
View file

@ -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