rclone config dir in docker image

This commit is contained in:
Marvin Steadfast 2020-03-18 09:01:50 +01:00
parent f0ace58957
commit f9b5c698b6

View File

@ -22,4 +22,5 @@ RUN set -ex \
git \
make \
npm \
&& npm install @remy/webmention
&& npm install @remy/webmention \
&& mkdir -p ~/.config/rclone