stellar/soroban-example-dapp

Run ./initialize.sh inside a Docker container

Closed this issue · 1 comments

What problem does your feature solve?

Evey time there is a new releases (let's say soroban CLI), devs need to upgrade their local setup (soroban-cli, sometimes rust, maybe even node version) in order to try this Dapp. This is a problem when devs are working in other projects that are not using the same setup.

What would you like to see?

  • Build a Docker containter with all the dependencies.
  • docker-compose.yml
  • run the initialize.sh inside that docker containter

Pull request open for review