classic-local-testnet/Dockerfile

10 lines
173 B
Docker
Raw Normal View History

2019-03-19 03:44:23 -07:00
FROM parity/parity:v1.11.11
WORKDIR /stuff
COPY . .
RUN env PARITY=/parity/parity ./prepare-chain.sh
CMD ["--config", "classic_aura.toml", "--jsonrpc-interface", "all"]