Skip to content

Commit

Permalink
#160 Add test files to IPFS
Browse files Browse the repository at this point in the history
  • Loading branch information
arturalbov committed Jan 29, 2019
1 parent 4c37378 commit 4890ecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ RUN url="https://dist.ipfs.io/ipget/v${IPGET_VERSION}/ipget_v${IPGET_VERSION}_${
rm ipget.tgz

WORKDIR /ipget
#replace with valid IPFS hash
RUN ./ipget QmeeLUVdiSTTKQqhWqsffYDtNvvvcTfJdotkNyi1KDEJtQ -o /genesis.json
#replace with valid IPFS hash
RUN ./ipget QmeeLUVdiSTTKQqhWqsffYDtNvvvcTfJdotkNyi1KDEJtQ -o /links
#replace with valid IPFS hash
RUN ./ipget QmeeLUVdiSTTKQqhWqsffYDtNvvvcTfJdotkNyi1KDEJtQ -o /config.toml
#replace with actual IPFS hash
RUN ./ipget Qmdxny6h8ntcMQjs9FH5F4YPXm6qTBBqBQ2fpgUy72U4bJ -o /genesis.json
#replace with actual IPFS hash
RUN ./ipget QmeupYarwzd7kZzg7faEXZZPPk5cbzbwC71YXJvTHFoUXe -o /links
#replace with actual IPFS hash
RUN ./ipget QmYUoLfMiXkgHsJicQmgLPUJCxf7t4DJKbQ4JBk1394CXT -o /config.toml

WORKDIR /

Expand Down

0 comments on commit 4890ecb

Please sign in to comment.