Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
Add scripts as volume to allow for NPC hot reloads
Browse files Browse the repository at this point in the history
  • Loading branch information
kolakcc committed Jul 15, 2019
1 parent d283425 commit 20ff484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
FROM openjdk:8-alpine
RUN apk -U add tini
WORKDIR /mnt
ADD scripts ./scripts
ADD wz ./wz
ADD docker-launch.sh configuration.ini world.ini ./
ADD build/libs/HeavenMS.jar HeavenMS.jar
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
DB_PASS: ''
JAVA8: 'true'
SHUTDOWNHOOK: 'true'
volumes:
- ./scripts:/mnt/scripts
ports:
- '8484:8484'
- '7575:7575'
Expand Down

0 comments on commit 20ff484

Please sign in to comment.