Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 611 Bytes

DOCKER.md

File metadata and controls

24 lines (19 loc) · 611 Bytes

Dockerisation of Bridge

In this document you will find documentation on how to run the bridge in container.

Bridge Frontend

  • 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

Relay

  • Set the configuration file according to this (will require some resources)
//Build the image
docker build -t bridge-relay .
// run the image
docker run bridge-relay