[mod] saxon via volume

This commit is contained in:
Andy Bunce 2022-02-08 17:54:53 +00:00
parent f2f1465785
commit 26435cef39
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1,2 @@
custom
custom
config

View file

@ -31,5 +31,3 @@ RUN export JAVA_HOME
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
chmod a+x /basex/bin/*;
# add saxon
COPY custom/* /basex/lib/custom/

View file

@ -12,6 +12,7 @@ services:
- SUDO_PASSWORD_HASH= #optional
volumes:
- ./config:/config
- ./custom:/basex/lib/custom
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 8444:8443