Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 535 Bytes

DOCKER-README.md

File metadata and controls

23 lines (12 loc) · 535 Bytes

Running a dev environment in docker

First installation:

Now the portal should be running on port http://localhost:8080.

(and the db on port 3000, and the ethereum node (parity) on 8545)

Development

Run docker-compose up and develop away!

Everything is working as always, except if you change dependencies in `package.json

In that case, you need to re-run docker-compose up --build