mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-07 06:39:32 +00:00
Fix permission of scripts in base-binaries
Include shell files in subdirectory of `/opt/docspell-tools/` via `**/*.sh`.
This commit is contained in:
parent
596b1c6076
commit
a917d66afd
@ -38,7 +38,7 @@ RUN find "/src/docspell/modules/restserver/target/universal/" -name "docspell-re
|
||||
RUN mv /opt/docspell-restserver-* /opt/docspell-restserver
|
||||
RUN find "/src/docspell/tools/target/" -name "docspell-tools-*.zip" -exec unzip {} -d "/opt/" \;
|
||||
RUN mv /opt/docspell-tools-* /opt/docspell-tools
|
||||
RUN chmod 755 /opt/docspell-tools/*.sh
|
||||
RUN chmod 755 /opt/docspell-tools/**/*.sh
|
||||
|
||||
COPY ./docker/docspell.conf /opt/docspell.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user