matchbox configured with ch-elm for validation
docker build --progress=plain -t matchbox-ch-elm .
docker run -d --name matchbox-ch-elm -p 8080:80 matchbox-ch-elm
docker logs matchbox-ch-elm --follow
after startup matchbox will be available at http://localhost:8080/matchboxv3/
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:1.5.2
docker run -d --name matchbox-ch-elm -p 8080:80 europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:1.5.2