web3.php/docker/ganache/Dockerfile
sc0Vu 234b1e695f Fix failed test on travis
* Change gas limt to 6000000
* Change ganache container compose file
2018-06-24 22:30:34 +08:00

9 lines
166 B
Docker

FROM node:9.11.1-alpine
MAINTAINER Peter Lai <alk03073135@gmail.com>
RUN npm install -g ganache-cli
EXPOSE 8545
CMD ganache-cli -g 0 -l 6000000 --hostname=0.0.0.0