add CustomPlayerModels docker container symlinks
This commit is contained in:
parent
b0c27faffd
commit
89b1a97b25
@ -29,3 +29,5 @@ src/map-color-cache.dat
|
||||
src/plugins/PlasmoVoice/voice_mutes.json
|
||||
|
||||
src/plugins/SuperVanish/data.yml
|
||||
|
||||
src/plugins/CustomizablePlayerModels
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,3 +29,5 @@ src/map-color-cache.dat
|
||||
src/plugins/PlasmoVoice/voice_mutes.json
|
||||
|
||||
src/plugins/SuperVanish/data.yml
|
||||
|
||||
src/plugins/CustomizablePlayerModels
|
||||
|
@ -46,6 +46,12 @@ RUN mkdir -p ${DATA_PATH}/ImageFrame/data && \
|
||||
ln -sf ${DATA_PATH}/ImageFrame/upload/ \
|
||||
${CONFIG_PATH}/plugins/ImageFrame/upload
|
||||
|
||||
# Add symlinks to CusttomPlayerModels files
|
||||
RUN mkdir -p ${DATA_PATH}/CustomizablePlayerModels && \
|
||||
ln -sf ${DATA_PATH}/CustomizablePlayerModels/ \
|
||||
${CONFIG_PATH}/plugins/CustomizablePlayerModels
|
||||
|
||||
|
||||
VOLUME ${DATA_PATH}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user