vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

Publish RPC Proxy docker image to Docker Hub

Open victhorbi opened this issue 5 months ago • 5 comments

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)

victhorbi avatar Sep 19 '24 13:09 victhorbi