d50d579fb5
* Moved oracle/e2e to oracle-e2e * Update build path in docker-compose * Update link to e2e in oracle * Introduce oracle-e2e workspace. * Updated script and readme * Integrated oracle-e2e into CI.
8 lines
113 B
Docker
8 lines
113 B
Docker
FROM parity/parity:v2.3.3
|
|
|
|
WORKDIR /stuff
|
|
|
|
COPY . .
|
|
|
|
CMD ["--chain", "chain.json", "--jsonrpc-interface", "all"]
|