This is the dockerfile definition to help you build docker image and run MicroVisionChain in a containerized environment(DockerCompose Kubernetes etc).
Documentation:
Copy and paste the following commands to your terminal to set up a MicroVisionChain node quickly.
mkdir -p ~/mvc-data && \
git clone https://github.com/mvc-labs/mvc-dockerfile.git && \
cd mvc-dockerfile && \
docker compose up -d
bash docker-build.sh
docker run microvisionchain:v0.2.0.0
docker run microvisionchain:v0.2.0.0 mvc-cli help