In this document you will find documentation on how to run the bridge in container.
- Set the configuration file
//Build the image
docker build -t mynft-frontend .
// run the image
docker run -p 8080:8080 mynft-frontend
Your container is available at localhost:8080
//Build the image
docker build -t bridge-relay .
// run the image
docker run bridge-relay