Commit 676ee826 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #256 from jbenet/docker-init-fix

fix(Dockerfile)
parents ea1576af c7e55ef3
......@@ -3,8 +3,6 @@ MAINTAINER Brian Tiger Chow <btc@perfmode.com>
COPY . /go/src/github.com/jbenet/go-ipfs
RUN cd /go/src/github.com/jbenet/go-ipfs/cmd/ipfs && go install
RUN ipfs init
RUN ipfs config Identity.Address "/ip4/0.0.0.0/tcp/4001"
EXPOSE 4001
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment