feature-28-OpenInv-SuperVanish #13

Merged
cuqmbr merged 5 commits from feature-28 into develop 2025-07-09 08:31:47 +00:00
Showing only changes of commit d9c548e4da - Show all commits

View File

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