Skip to content

Commit e6b53e7

Browse files
committed
Fix SMTP plugin installation.
1 parent 95ee8e1 commit e6b53e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN set -eux; \
5151
unzip smtp.zip; \
5252
mkdir -p /dokuwiki/lib/plugins/smtp; \
5353
# 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 {} +; \
54+
cp -r ./splitbrain-dokuwiki-plugin-smtp* /dokuwiki/lib/plugins/smtp \
5555
rm smtp.zip; \
5656
rm -rf /tmp/dokuwiki_plugin_install
5757

0 commit comments

Comments
 (0)