substrate-node-template icon indicating copy to clipboard operation
substrate-node-template copied to clipboard

Update for use on GitHub Codespaces

Open hummusonrails opened this issue 2 years ago • 2 comments

In this PR, the devContainer.json file is updated to be used with Codespaces and the following additions are made:

  • Fetch a pre-built binary of the node-template from Docker Hub
  • Make the binary available in /usr/local/bin
  • Add a Dockerfile.build so that the binary can be rebuilt for new updates and include instructions on how to publish it to Docker Hub
  • Updates the README to include instructions and a link to Codespaces (note: the badge link won't work until this is published)

hummusonrails avatar Jun 07 '23 11:06 hummusonrails