make voice_mutes.json persistent

This commit is contained in:
cuqmbr 2025-06-18 19:03:33 +03:00
parent fb78a2d035
commit 64724f2209
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199
4 changed files with 5 additions and 1 deletions

View File

@ -17,3 +17,4 @@
*/usercache.json
.crowdin
src/plugins/PlasmoVoice/voice_mutes.json

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
*/usercache.json
.crowdin
src/plugins/PlasmoVoice/voice_mutes.json

View File

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

View File

@ -1 +0,0 @@
{}