In order to launch a DAO using docker-compose we need to dockerize the tribute-ui app. This PR adds the Dockerfile to build the docker image, and creates a minimal github workflow to publish a new image to Dockerhub on every push to the main branch. Later we can extend that to publish new images on every new release - if needed.
🥳 Adds
This is part part of the tribute-dao launcher: https://github.com/openlawteam/tribute-contracts/pull/390
In order to launch a DAO using docker-compose we need to dockerize the tribute-ui app. This PR adds the Dockerfile to build the docker image, and creates a minimal github workflow to publish a new image to Dockerhub on every push to the
main
branch. Later we can extend that to publish new images on every new release - if needed.