Hi all,
I forked the source code of the graylog open source using the graylog-project and i want to compile it and create a docker image for self use.
the problem is in the repo the maven and yarn compilation are happening from the docker-compose file meaning if i want to build the image and deploy it on another machine like a normal docker image ill have to transfer the entire repo with it.
is there a sensible dockerfile somwhere out there that compiles the graylog server + web to a single image that can be deployed using the standart docker compose file? jst like any other production docker image found in graylog’s dockerhub?