mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix: 修复运行时配置递归与插件兼容入口
This commit is contained in:
@@ -107,7 +107,7 @@ FROM ${MP_SUBSTRATE} AS frozen
|
||||
RUN set -eux; \
|
||||
mkdir -p /frozen/plugins /frozen/site; \
|
||||
cp -a /app/app/plugins/. /frozen/plugins/; \
|
||||
rm -f /frozen/plugins/__init__.py; \
|
||||
test -f /frozen/plugins/__init__.py; \
|
||||
rm -rf /frozen/plugins/__pycache__; \
|
||||
find /app/app/application/site -maxdepth 1 -type f \
|
||||
\( -name 'sites.*.so' -o -name 'user.sites.v3.bin' \) \
|
||||
|
||||
Reference in New Issue
Block a user