[mod] saxon via volume
This commit is contained in:
parent
f2f1465785
commit
26435cef39
3 changed files with 3 additions and 3 deletions
|
@ -1 +1,2 @@
|
||||||
custom
|
custom
|
||||||
|
config
|
|
@ -31,5 +31,3 @@ RUN export JAVA_HOME
|
||||||
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
|
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
|
||||||
chmod a+x /basex/bin/*;
|
chmod a+x /basex/bin/*;
|
||||||
|
|
||||||
# add saxon
|
|
||||||
COPY custom/* /basex/lib/custom/
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ services:
|
||||||
- SUDO_PASSWORD_HASH= #optional
|
- SUDO_PASSWORD_HASH= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
|
- ./custom:/basex/lib/custom
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
ports:
|
ports:
|
||||||
- 8444:8443
|
- 8444:8443
|
||||||
|
|
Loading…
Add table
Reference in a new issue