openlawteam / tribute-ui

Tribute - A modular DAO framework developed and coordinated by its members
https://demo.tributedao.com
Apache License 2.0
46 stars 40 forks source link

chore: dockerfile + docker-build workflow #475

Closed fforbeck closed 3 years ago

fforbeck commented 3 years ago

🥳 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.