mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 12:06:51 +08:00
Merge remote-tracking branch 'origin/v3' into pr-6401-resolve
# Conflicts: # app/startup/modules_initializer.py # tests/test_configuration_ports.py
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