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 95ee8e1 commit e6b53e7Copy full SHA for e6b53e7
Dockerfile
@@ -51,7 +51,7 @@ RUN set -eux; \
51
unzip smtp.zip; \
52
mkdir -p /dokuwiki/lib/plugins/smtp; \
53
# Move all contents from the extracted folder(s) into the smtp plugin directory
54
- find . -mindepth 2 -type f -exec mv -t /dokuwiki/lib/plugins/smtp {} +; \
+ cp -r ./splitbrain-dokuwiki-plugin-smtp* /dokuwiki/lib/plugins/smtp \
55
rm smtp.zip; \
56
rm -rf /tmp/dokuwiki_plugin_install
57
0 commit comments