mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Merge pull request #601 from sukram230799/docker-docspell-tools-permission-fix
Fix permission of scripts in base-binaries
This commit is contained in:
commit
5ff6cb7b66
@ -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