docker run --name basexhttp --publish 8984:8984 --volume "$HOME/basex/data":/srv/basex/data basex/basexhttp:latest
Am 22.10.2020 um 00:37 schrieb Moishy Uminer <mosheduminer@gmail.com>:Hi, I downloaded the basex/basexhttp docker image, and upon running docker run --name basexhttp basex/basexhttp:latest --publish 8984:8984 --volume "$HOME/basex/data":/srv/basex/data I received the following error message:/usr/local/bin/mvn-entrypoint.sh: exec: line 50: illegal option -- after which the container exits.Did I do something wrong (in which case I'll be happy to hear of my error), or is this a bug (in which case I'd appreciate it if this were fixed).Thanks in advance!