You have a working Dockerfile apparently and the docs say you can run docker build yourself, so why not publish a working image of that? That would make setup easier.
One could make a GitHub Action to automate it and also regularly publish new images?
You have a working Dockerfile apparently and the docs say you can run
docker buildyourself, so why not publish a working image of that? That would make setup easier.One could make a GitHub Action to automate it and also regularly publish new images?