We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfba1f commit ff31fa0Copy full SHA for ff31fa0
Dockerfile
@@ -29,7 +29,7 @@ RUN mkdir /tmp/plugins-enabled/ && cd /tmp/plugins && \
29
git submodule update --init --recursive && pip3 install setuptools && \
30
find -name requirements.txt -print0 | xargs -0 -n 1 pip3 install -r && \
31
ls */ && \
32
- for plgn in `find . -type f | grep -E '/([^/]+)/\1\.py$'|grep -Ev 'archived|backup|donations|qt'`; do \
+ for plgn in `find . -type f | grep -E '/([^/]+)/\1\.py$'|grep -Ev 'archived|backup|donations|qt|listmempoolfunds'`; do \
33
cd /tmp/plugins-enabled && \
34
ln -s /tmp/plugins/${plgn}; \
35
done
0 commit comments