add SuperVanish data file symlink in Dockerfile
This commit is contained in:
parent
cb159cdb01
commit
d9c548e4da
@ -30,6 +30,10 @@ RUN mkdir ${DATA_PATH}/world_the_end && \
|
|||||||
RUN touch ${DATA_PATH}/pv-voice_mutes.json && \
|
RUN touch ${DATA_PATH}/pv-voice_mutes.json && \
|
||||||
ln -sf ${DATA_PATH}/pv-voice_mutes.json \
|
ln -sf ${DATA_PATH}/pv-voice_mutes.json \
|
||||||
${CONFIG_PATH}/plugins/PlasmoVoice/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}
|
VOLUME ${DATA_PATH}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user