add SuperVanish data file symlink in Dockerfile
This commit is contained in:
parent
a46bc6cc9e
commit
260f08fd3a
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user