Skip to content

Commit 287be52

Browse files
committed
[feature] Allow the eXist-db sub-application to be parameterise via Docker (still defaults to Jetty)
1 parent cdc9f89 commit 287be52

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • exist-docker/src/main/resources-filtered

exist-docker/src/main/resources-filtered/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ HEALTHCHECK CMD [ "java", \
9898
"--xpath", "system:get-version()" ]
9999

100100
ENTRYPOINT [ "java", \
101-
"org.exist.start.Main", "jetty" ]
101+
"org.exist.start.Main"]
102+
CMD ["jetty" ]

0 commit comments

Comments
 (0)