vechain-sdk-js
vechain-sdk-js copied to clipboard
Publish RPC Proxy docker image to Docker Hub
Some considerations:
- Support multiple architectures (arm and amd)
- Provide a
yarn.lock
file for the build phase (this is complicated in a monorepo setup as the yarn.lock is at the root) - run install with the following params
RUN yarn install --production --frozen-lockfile --ignore-scripts --prefer-offline
(currently doesn't build)