mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +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 mv /opt/docspell-restserver-* /opt/docspell-restserver
|
||||||
RUN find "/src/docspell/tools/target/" -name "docspell-tools-*.zip" -exec unzip {} -d "/opt/" \;
|
RUN find "/src/docspell/tools/target/" -name "docspell-tools-*.zip" -exec unzip {} -d "/opt/" \;
|
||||||
RUN mv /opt/docspell-tools-* /opt/docspell-tools
|
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
|
COPY ./docker/docspell.conf /opt/docspell.conf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user