From d9c548e4da9158c6d5aa7591d1fdb8f615952a96 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Wed, 9 Jul 2025 11:28:29 +0300 Subject: [PATCH] add SuperVanish data file symlink in Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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}