Dockerfile
The first thing you will need to do is to "dockerize" your Dapp. Once your Dapp has been "dockerized", there are a few additional changes you will need to implement.
Example
Consider a nodejs example of ORBS-VM docker file:
This dockerfile describes a common nodejs application
In this case, the only two changes your ORBS-VM docker is required to contain are: WOKDIR and HEALTHCHECK.
Last updated