I've just opened an issue:

https://github.com/BaseXdb/basex/issues/1936

based on an inability to run the docker image:

https://devops.stackexchange.com/q/12338/23443


but thought I'd ask here if there might be something obvious.  I'm
creating the container from the hub image with:

docker run -d \
    --name basexhttp \
    --publish 1984:1984 \
    --publish 8984:8984 \
    --volume "$HOME/basex/data":/srv/basex/data \
    --volume "$HOME/basex/repo":/srv/basex/repo \
    --volume "$HOME/basex/webapp":/srv/basex/webapp \
    basex/basexhttp:latest


and another person reported the missing file.  Is the file missing?
I'm not sure.

Reply via email to