make voice_mutes.json persistent
This commit is contained in:
parent
fb78a2d035
commit
64724f2209
@ -17,3 +17,4 @@
|
||||
*/usercache.json
|
||||
|
||||
.crowdin
|
||||
src/plugins/PlasmoVoice/voice_mutes.json
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
*/usercache.json
|
||||
|
||||
.crowdin
|
||||
src/plugins/PlasmoVoice/voice_mutes.json
|
||||
|
@ -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}
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
{}
|
Loading…
Reference in New Issue
Block a user