diff --git a/.dockerignore b/.dockerignore index bcfed3a..0cc88a7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -17,3 +17,4 @@ */usercache.json .crowdin +src/plugins/PlasmoVoice/voice_mutes.json diff --git a/.gitignore b/.gitignore index bcfed3a..0cc88a7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ */usercache.json .crowdin +src/plugins/PlasmoVoice/voice_mutes.json diff --git a/Dockerfile b/Dockerfile index 3a9c695..47b6d2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,9 @@ RUN mkdir ${DATA_PATH}/world_nether && \ ln -sf ${DATA_PATH}/world_nether ${CONFIG_PATH} RUN mkdir ${DATA_PATH}/world_the_end && \ ln -sf ${DATA_PATH}/world_the_end ${CONFIG_PATH} +RUN touch ${DATA_PATH}/pv-voice_mutes.json && \ + ln -sf ${DATA_PATH}/pv-voice_mutes.json \ + ${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json VOLUME ${DATA_PATH} diff --git a/src/plugins/PlasmoVoice/voice_mutes.json b/src/plugins/PlasmoVoice/voice_mutes.json deleted file mode 100644 index 0967ef4..0000000 --- a/src/plugins/PlasmoVoice/voice_mutes.json +++ /dev/null @@ -1 +0,0 @@ -{}