diff --git a/Dockerfile b/Dockerfile index 9b68fe1..a1effeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,10 @@ RUN mkdir ${DATA_PATH}/world_the_end && \ RUN touch ${DATA_PATH}/pv-voice_mutes.json && \ ln -sf ${DATA_PATH}/pv-voice_mutes.json \ ${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json +RUN mkdir -p ${DATA_PATH}/SuperVanish && \ + touch ${DATA_PATH}/SuperVanish/data.yml && \ + ln -sf ${DATA_PATH}/SuperVanish/data.yml \ + ${CONFIG_PATH}/plugins/SuperVanish/data.yml VOLUME ${DATA_PATH}