eXist-db / docker-existdb

Docker image builder for eXist-db
GNU Affero General Public License v3.0
11 stars 6 forks source link

add cmd flag for skipping all default apps #48

Open duncdrum opened 5 years ago

duncdrum commented 5 years ago

This would come in handy when designing more minimal swarm nodes, or for our own CI setups. Basically run a build with

use.autodeploy.feature=false

in local.properties from the docker cli.

something like this:

docker build --build-arg DEFAULT_XAR=false .

see #15