Set data volume to correct location

This commit is contained in:
Jonathan Ervine 2020-07-30 12:52:21 +08:00
parent 406d4444de
commit b5a23ea466
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ RUN apt update && apt upgrade -y && \
ADD start.sh /usr/local/bin/
EXPOSE 19132 19132/udp
VOLUME config
VOLUME data
CMD [ "/usr/local/bin/start.sh" ]

View File

@ -3,6 +3,6 @@
## Config files to be located in /config
##
cd /config
cd /data
touch /tmp/bedrock.running
LD_LIBRARY_PATH=/bedrock /bedrock/bedrock_server