aboimpinto / neo-sharp-light

MIT License
2 stars 0 forks source link

Create Docker release of the NeoSharp-Light #12

Open aboimpinto opened 6 years ago

aboimpinto commented 6 years ago

Create a docker environment for this projet

aboimpinto commented 5 years ago

Inside the NeoAnalytics folder the command to start the application

npm run forge-start

nunojusto commented 5 years ago

Dockerfile and docker-compose created to run the init extract with 20 nodes https://github.com/aboimpinto/neo-sharp-light/commit/baf618007787502cb6a4dd888d60e863d26da3af

command to run:


docker build --no-cache -t neo-sharp-extract:latest containers/.

docker-compose -f containers/docker-compose.yml up